Inheritance
Design a Superclass Persons having two attributes (Name, Gender) and three methods(getName( ),  getGender( ), toString())   then design another subclass  Students that is extended  from Superclass Persons and having two methods  (getStudentId( ) and toString()) and one attribute StudentId. Use the following class daigram . 
Class Daigram
Super Class Persons
Attributes
public String Name
public String Gender
Methods
public void getName( )
public void getGender( )
public void toString( )
Sub class Students
Attributes
public int StudentId
Methods
public void getStudentId( )
public void toString( )
                           
Random StepsActionsProposed StepsPsedu Code





No of Errors:
Select any step from the first List Box and move it to the second List Box and make all its lines into correct steps of sequential order, using the Arrow Keys   
                               .