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