Programming Languages C++ Objective
Nov 23, 2012

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

c++

Discussion (0)

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

Share Your Thoughts
Feedback