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