(A) 0
(B) 2
(C) 3
(D) 5
Author:
Function overriding is the example of?
(A) Compile time polymorphism
(B) Run time polymorphism
(C) Both of the above
(D) None of the above
Which of the following is not a type of constructor?
(A) Friend constructor
(B) Copy constructor
(C) Default constructor
(D) Parameterized constructor
A class which contain at least one pure virtual function?
(A) Friend class
(B) Virtual class
(C) Abstract class
(D) Base class
Which symbol is used to create a multiple inheritance?
(A) Dot
(B) Comma
(C) Colon
(D) Dollar Sign
How many types of polymorphism?
(A) 01
(B) 02
(C) 03
(D) 04
How many types of inheritance are there in C++?
(A) 01
(B) 02
(C) 03
(D) 05
What is the syntax of inheritance of class?
(A) Class name
(B) Class name : access specifier
(C) Class name : access specifier class name
(D) None of the above