C++ Coding : Programming Concept Questions & Answers
Question : Reusability of code in C++ is achieved through ____
A.
Polymorphism
B.
Inheritance
C.
Encapsulation
D.
Both A and B
Correct Answer is : Option B.
- 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?
- Delaration a pointer more than once may cause ____