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