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