Sachin Chauhan

Sachin Chauhan

  • NA
  • 21
  • 9.4k

inheriance and run time polymorphism

Mar 6 2013 1:53 AM
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?

Answers (2)