Crazy interview question
Posted
by benjamin button
on Stack Overflow
See other posts from Stack Overflow
or by benjamin button
Published on 2010-06-16T16:12:53Z
Indexed on
2010/06/16
16:52 UTC
Read the original article
Hit count: 360
I was asked this crazy question. I was out of my wits.
Can a method in base class which is declared as virtual be called using the base class pointer which is pointing to a derived class object?
Is this possible?
© Stack Overflow or respective owner