Example #1
0
 public override string Print()
 {
     return("(" + LChild.Print() + ") ^ (" + RChild.Print() + ")");
 }