Hi,
Is there any technical reason behind for not having a Virtual Constructor ?

Upto my knowledge it may be because, since we know the type of constructor we are calling(which implicitly says that, we know the type of object) there is no need to have Virtual keyword for constructors ?

Is my analysis correct ?

Thanks