ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following cannot be used with the virtual keyword?
Correct Answer: A — Constructors
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.