| 9. | Which inheritance type is used in the class given below? class A : public X, public Y {} |
|||||||
Answer: Option B Explanation: No answer description available for this question. Let us discuss.
|
| 10. | What will happen if a class is not having any name? |
|||||||
Answer: Option D Explanation: No answer description available for this question. Let us discuss.
|
| 11. | Which of the following keyword is used to overload an operator? |
|||||||
Answer: Option B Explanation: No answer description available for this question. Let us discuss.
|
| 12. | Which of the following header file includes definition of cin and cout? |
|||||||
Answer: Option D Explanation: No answer description available for this question. Let us discuss.
|
| 13. | Which one of the following is the correct way to declare a pure virtual function? |
|||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss.
|
| 14. | Which of the following statements regarding inline functions is correct? |
|||||||
Answer: Option D Explanation: No answer description available for this question. Let us discuss.
|
| 15. | In which of the following a virtual call is resolved at the time of compilation? |
|||||||
Answer: Option D Explanation: No answer description available for this question. Let us discuss.
|
| 16. | Which of the following operators cannot be overloaded? |
|||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss.
|
