Beispiel #1
0
 public override bool Test(Cylinder other)
 {
     // TODO
     throw new NotImplementedException();
 }
Beispiel #2
0
 public abstract bool Test(Cylinder other);
Beispiel #3
0
 public override bool Test(Cylinder other)
 {
     // TODO
     throw new NotImplementedException();
 }
Beispiel #4
0
 public abstract bool Test(Cylinder other);