Abstract method quick fix
This commit is contained in:
parent
b87e4d71bb
commit
15b215010b
@ -3,8 +3,5 @@ namespace MindBox.Lib;
|
||||
public abstract class FlatShape : ITwoDimensional
|
||||
{
|
||||
protected double? _area;
|
||||
public virtual double GetArea()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
public abstract double GetArea();
|
||||
}
|
||||
|
Reference in New Issue
Block a user