C++ Coding : Programming Concept Questions & Answers
Question : A class whos objects can not be created is known as _____
A.
Absurd Class
B.
Dead Class
C.
Super
Class
D.
Abstract Class
Correct Answer is : Option D.
- Which class allows only one object to be created.
- Reusability of code in C++ is achieved through ____
- In CPP, members of a class are ______ by default.
- In C++ Program, inline fuctions are expanded during ____
- To perform file input / output operation in C++, we must include which header file ?