Question: Which of the following cannot be declared as virtual?

Options

A : Constructor

B : Destructor

C : Data Members

D : Both A and C

Click to view Correct Answer

Previous || Next

Constructors and Destructors - General Questions more questions

Which of the following gets called when an object goes....

Which of the following statement is correct?

__________ used to make a copy of one class object....

Constructors __________ to allow different approaches of object construction.

Which of the following statement is correct?

If the copy constructor receives its arguments by value, the....

Which of the following are NOT provided by the compiler....

It is a __________ error to pass arguments to a....

If the programmer does not explicitly provide a destructor, then....

A __________ is a constructor that either has no parameters,....

Constructors and Destructors - General Questions more Online Exam Quiz

Operating Systems Concepts - Part 1

System Analysis and Design - Part 1

Unix - Part 1

Windows 2000 Server - Part 1

Windows NT - Part 1

Functions - General Questions

Objects and Classes - General Questions

OOPS Concepts - General Questions

References - General Questions

Arrays - General Questions