top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Difference between super class and sub class ?

+1 vote
278 views
Difference between super class and sub class ?
posted Dec 8, 2014 by Neeraj Mishra

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Super class is a class which is inherited and sub class is a class which inherits the method and data of super class. Some programmers also consider super class is a base class and sub class as derived or child class.

answer Dec 9, 2014 by Vikram Singh
...