1)constructors can not be declared as virtual?
2)constructors can not be declared as static?
as a definition of constructor but why can't be declared as...virtual,static. how will you demonstrate in c++.
but if i constructor declare as virtual and static in program then what will effect? to clear my concept about this one.