C++ Programming Questions Answers - Chapter 1
-
43. What is polymorphism
- Ability to take more than one form
- Ability to destroy destructor
- Ability to create constructor
- None of above
Answer And Explanation
Answer: Option A
-
44. Which of the following type of class allows only one object of it to be created
- Virtual class
- Abstract class
- Singleton class
- Friend class
Answer And Explanation
Answer: Option C
-
45. Which among following has invalid syntax ?
- #include
- #include file
- #include "file"
- None of above
Answer And Explanation
Answer: Option B
- #include