This is my personal collection of interview questions. Answers are not provided for many of them but can easily be found through online research. Good luck! :)
Saturday, 23 June 2012
If base class has one public virtual method that is implemented, does inherited class need explicitly to refer to it (e.g. in class declaration) and to implement it if we don't want to change its behaviour in inherited class?
No comments:
Post a Comment