C++ Coding : Programming Concept Questions & Answers
Question : Default constructor has ____ arguments.
A.
No argument
B.
One Argument
C.
Two Argument
D.
None of
these
Correct Answer is : Option A.
- A class whos objects can not be created is known as _____
- 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 ____