C++ Coding : Programming Concept Questions & Answers
Question : Which class allows only one object to be created.
A.
Nuclear Family Class
B.
Abstruct
Class
C.
Sigleton Class
D.
Numero Uno Class
Correct Answer is : Option C.
- 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 ?
- An exception in C++ can be generated using which keywords?