Example #1
0
 protected string Intersect(Circle other)
 {
     return(this.ToString() + " x Circle");
 }
Example #2
0
 protected string Intersect(Circle other)
 {
     return("Rectangle x Circle");
 }