Font size:
Print
Question:

When base class is derived in protected mode, then..............

  1. Public members of the base class become private members of derived class
  2. Public members of the base class become protected members of derived class
  3. Public members of the base class become public members of derived class
  4. Protected members of the base class become protected members of derived class
  5. Protected members of the base class become private members of derived class
  6. Protected members of the base class become public members of derived class



1. 1,6
2. 1,5
3. 2,6
4. 2,4
Prev Question What is the output of this program?class sample...
Next Question What is loads and executes at client side in in...