Programming Languages C++ Objective
Mar 19, 2013

Which of the following is used to make an abstract class?

Choose the correct answer:
A) Declaring it abstract using static keyword.
B) Declaring it abstract using virtual keyword.
C) Making at least one member function as virtual function.
D) Making at least one member function as pure virtual function.
Detailed Explanation

Option D is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback