public abstract int Degree { get; }
Public MustOverride ReadOnly Property Degree As Integer
Get
public:
virtual property int Degree {
int get () abstract;
}
abstract Degree : int with get
The degree of a polynomial is the highest power of the variable that appears. For example, the degree of 5 + 6 x + 7 x2 is 2.