nan
nan answered question
The terms Super Class and Sub Class comes from the OOPS property named INHERITANCE. IF you want to reuse the code of one class then your new class should "extend" the Older One.So that you will have all the code present in the Older class in the new One. The Older class is called the … Read more