Listing 3. Conditional compilation with toString() compiled. 1 //define DEBUG 2 3 public class X extends Y 4 { 5 private int x_, 6 y_, 7 z_; 8 9 . 10 . 11 . 12 13 ...