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

Options

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.

Click to view Correct Answer

Previous || Next

OOPS Concepts - General Questions more questions

Which inheritance type is used in the class given below?....

Which one of the following is correct about the statements....

Which of the following is an invalid visibility label while....

Which one of the following options is correct?

Which of the following statements is correct in C++?

Which of the following access specifier is used as a....

What is correct about the static data member of a....

Which of the following provides a reuse mechanism?

Which of the following statement is correct?

Which of the following statement is correct?

Constructors and Destructors - General Questions more Online Exam Quiz

Windows 2000 Server - Part 1

Windows NT - Part 1

Constructors and Destructors - General Questions

Functions - General Questions

Objects and Classes - General Questions

References - General Questions

Arrays - General Questions

Complicated Declarations - General Questions