2
Answers

inheriance and run time polymorphism

Sachin Chauhan

Sachin Chauhan

12y
1.3k
1
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)