| | | | Question Answer Tutorial - OOPS->CCP-OOPS | | | | Question: Which of the following is the correct class of the object cout? | | Answer: ostream
| | | | | | | | Question: Which of the following cannot be used with the keyword virtual?
| | Answer: Constructor
| | | | | | | | Question: Which of the following functions are performed by a constructor?
| | Answer: Initialize objects
| | | | | | | | Question: Which of the following problem causes an exception?
| | Answer: A run-time error
| | | | | | | | Question: Which one of the following options is correct about the statement given below? The compiler checks the type of reference in the object and not the type of object
| | Answer: Polymorphism
| | | | | | | | | | | | |