Which design patterns benefit from the multiple inheritance?
View Answer Report Error Discuss
Which operator is used in catch-all handler?
The ellipses operator can be represented as (…).
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?
which keyword is used to define the macros in c++?
In which of the following we cannot overload the function?
While overloading the return function, it will rise a error, So we can’t overload the return function.
Which is more effective while calling the functions?
In the call by reference, it will just copy the address of the variable to access it, so it will reduce the memory in accessing it.
Which of the following is a properly defined structure?
The a_struct is declared as structure name and its data element is a.