Managing Inheritance relationship between Classes and Sub-classes

The central new idea in OOP is to allow classes to express similarities among objects that share some, but not all, of their structure and behavior. Such similarities can be expressed using inheritance and polymorphism. Explain how the special variables this and super help manage the inheritance relationship between classes and sub-classes. Do they (i.e., this and super) also help polymorphism? Explain.

Questions by Melll

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions