...
OOPS
August 29, 2024
OOPS
August 29, 2024
OOPS
August 29, 2024
OOPS
August 29, 2024

OOPS

Question 161
Which of the following is used to make an Abstract class?
A
Making at least one member function as pure virtual functions
B
Making at least one member function as virtual function
C
Declaring as Abstract class using virtual keyword
D
Declaring as Abstract class using static keyword
Question 161 Explanation: 
Abstract class may consist of at least one abstract method.
Abstract method means method without body, we can also be called as pure virtual functions.
Correct Answer: A
Question 161 Explanation: 
Abstract class may consist of at least one abstract method.
Abstract method means method without body, we can also be called as pure virtual functions.

Leave a Reply

Your email address will not be published. Required fields are marked *