Loading practice questions
Which of the following cannot be used with the virtual keyword?
Correct Answer: A — Constructors
Explanation:
Virtual keyword cannot be used with constructors as constructors are defined to initialized an object of particular class hence no other class needs constructor of other class.