There is nothing like Virtual Constructor. The constructor can’t be virtual as the constructor is a code which is responsible for creating an instance of a class and it can’t be delegated to any other object by virtual keyword means.
Liked By
Write Answer
Is it possible to have Virtual Constructor? If yes, how? If not, Why not possible?
Join MindStick Community
You have need login or register for voting of answers or question.
Anonymous User
20-May-2011There is nothing like Virtual Constructor. The constructor can’t be virtual as the constructor is a code which is responsible for creating an instance of a class and it can’t be delegated to any other object by virtual keyword means.