Q.1.
Which operator is overloaded for a cout object?
Q.2.
Which of the following cannot be used with the virtual keyword?
Q.3.
Which concept is used to implement late binding?
Q.4.
Which of the following is correct?
Q.5.
Which of the following supports the concept that reusability is a desirable feature of a language?
Q.6.
Which of the following is a static polymorphism mechanism?
Q.7.
Which of the following is true?
Q.8.
Which of the following is not a type of inheritance?
Q.9.
What happens if a class does not have a name?
Q.10.
Which of the following statement is true?
Q.11.
Which members are inherited but are not accessible in any case?
Q.12.
Which of the following is correct?
Q.13.
Which of the following is correct in C++?
Q.14.
Which of the following is used to make an abstract class?
Q.15.
Which of the following is correct?