I have a few base classes, and I have derived classes deriving from both bases at the same time. Do I use virtual methods only when I plan on overriding those mehods in the derived classes? I have at least a few methods that are just straight inheritance, the derived classes don't need to override them therefore I did not make them virtual. am I on the right track?



LinkBack URL
About LinkBacks


