Cpp Programming Quiz 52 – Which of the following cannot be used with the keyword virtual?

Question: Which of the following cannot be used with the keyword virtual?
[A]. class
[B]. member functions[C]. constructor
[D]. destructor

Answer: Option C