public class D { public static void main(String [] args) { // Can we instantiate an instance of class 'X' here? // Assuming the answer to the previous question is 'yes' // how/can we access the attributes 'a' & 'b' // New: what about 'c'? // Assuming the answer to the first question is 'yes' // how can we call m1() & m2() } }