What is meant by pure virtual function?
As the name itself implies, it have to depend on other class only.
View Answer Report Error Discuss
Which is also called as abstract class?
Classes that contain at least one pure virtual function are called as abstract base classes.
Which of the following can derived class inherit?
What is the user-defined header file extension in c++?
What is the general syntax for accessing the namespace variable?
What is the use of Namespace?
The main aim of the namespace is to understand the logical units of the program and to make the program so robust.
How many types of modularization are there in c++?
There are two types of modular programming.They are interface and implementation.
How many types of macros are there in c++?
There are two types of macros. They are object-like and function-like.