Thursday, February 17, 2011

Inheritance - TestStudent.java

Peace be upon you. I was kinda busy with some activities. Finally I am a bit active, more appropriate as a university student. This time I want to share what we have done in our lecture, again. It's about inheritance. The super class is Student, subclasses are ADStudent,CSStudent and SRStudent. The main class is TestStudent.

Student.java


ADStudent.java


CSStudent.java


SRStudent.java


TestStudent.java