ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following is used to make an abstract class?
Correct Answer: A — By declaring a pure virtual function in a class
Abstract class should have at least one pure virtual function. Therefore to declare an abstract class one should declare a pure virtual function in a class.