V
Q. Which keyword is used to define a class that cannot be instantiated?
A class with a pure virtual function is considered an abstract class and cannot be instantiated.
You must be Logged in to update hint/solution
Q. Which of the following statements is correct in C++?
Q. Which of the followings is/are pointer-to-member declarator?
Q. How many times will the print statement be executed?
Q. Which of the following cannot be passed to a function in C++?
Q. Which classes allow primitive types to be accessed as objects?
Q. What is used to write multi line comment in c++?
Q. Which of the following is used to make an abstract class?
Q. Choose the correct statement:
Q. When can an inline function be expanded?
Q. Exception handlers are declared with ____________ keyword.
Discusssion
Login to discuss.