Millionaire Mode

Core Java (GATE - CS)

Question 1 of 15

What changes will make the above code compile?

class X { X () { } private void one () { }
}
public class Y extends X { Y () { } private void two () { one();
}
public static void main (String [] args) { new Y().two ();
}
}

  1. Removing the private modifier from the two () method
  2. Adding the public modifier to the declaration of class X
  3. Changing the private modifier on the declaration of the one() method to protect
  4. Removing the Y () constructor
  5. None of these

Prize Money

15₹7 Crores
14₹1 Crore
13₹50,00,000
12₹25,00,000
11₹12,50,000
10₹6,40,000
9₹3,20,000
8₹1,60,000
7₹80,000
6₹40,000
5₹20,000
4₹10,000
3₹5,000
2₹2,000
1₹1,000