C++ Online Exam-Quiz 4

Cpp Online Exam-Quiz4

1.

Following keyword is used before a function in a base class to be overridden in derived class in C++
 
 
 
 

2.

C++ abstract class can contain
 
 
 
 

3.

Which statements are true about an abstract class
 
 
 
 

4.

In a class, pure virtual functions in C++ is used
 
 
 
 

5.

Which of the following cannot be overloaded in C++
 
 
 
 

6.

Compile time polymorphism in C++ language are
 
 
 
 

7.

False statements about function overloading is
 
 
 
 

8.

Which function cannot be overloaded in C++
 
 
 
 

9.

Number of virtual table created for a base and a derived class is
 
 
 
 

10.

Run time polymorphism in C++ Program is
 
 
 
 

11.

Run time binding is related to
 
 
 
 

12.

Which public member of a base class cannot be inherited?
 
 
 
 

13.

Interface class in C++ is created by
 
 
 
 

14.

Operators can be overloaded in C++ is/are
 
 
 
 

Question 1 of 14

error: Content is protected !!