Given:
What is the result?
The code fails to compile. To make it compile, at line n1 insert:
this () { }
The code fails to compile. To make it compile, at line n2 insert:
this ();
Bus () { }
The code compiles and prints:
default
luxury
Submit