inheriance and run time polymorphism
Hi All,
While thinking about inheritance and polymorphism (run time - overriding), I got confused about their implementation. Inheritance means use the base class methods in the same way as they are in base class. While in overriding, we can have our implementation of the base class method? Can any one please confirm it is correct?