| 9. | What does the class definitions in following code represent? class Bike |
|||||||
Answer: Option B Explanation: No answer description available for this question. Let us discuss.
|
| 10. | Which of the following statements about virtual base classes is correct? |
|||||||
Answer: Option B Explanation: No answer description available for this question. Let us discuss.
|
| 11. | Constructor is executed when _____. |
|||||||
Answer: Option A Explanation: No answer description available for this question. Let us discuss.
|
| 12. | Which of the following also known as an instance of a class? |
|||||||
Answer: Option B Explanation: No answer description available for this question. Let us discuss.
|
| 13. | Which of the following type of data member can be shared by all instances of its class? |
|||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss.
|
| 14. | Which of the following can access private data members or member functions of a class? |
|||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss.
|
| 15. | Which of the following keywords is used to control access to a class member? |
|||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss.
|
| 16. | Which of the following statement is correct with respect to the use of friend keyword inside a class? |
|||||||
Answer: Option B Explanation: No answer description available for this question. Let us discuss.
|
