SyntaxFix
Write A Post
Hire A Developer
Questions
Interview answer is : virtual ptr and table are related to objects but not the class.hence constructor builds the virtual table hence we cant have virtual constructor as there is no Vtable before obj creation.