Cpp Programming Quiz 220 – Which of the following cannot be declared as virtual?

Question: Which of the following cannot be declared as virtual?
[A].
Constructor
[B].Destructor
[C].

Data Members
[D].

Both A and C

Answer: Option D

Explanation:

No answer description available for this question.