constructors

From inside the constructors and destructors,a virtual call is resolved at the time of compilation.I came across this statement however couldnt understand.
I came across this statement however couldnt understand.
Probably because it doesn't make any sense (assuming that inheritance isn't involved). We have a tutorial on constructors and destructors. They're pretty much just member functions that get called on the creation and destruction of an object.
Topic archived. No new replies allowed.