Question: Please send me this answer using netbeans in java programming with sample output in caption shown in picture Implement a super class Person. Make two
Please send me this answer using netbeans in java programming with sample output in caption shown in picture Implement a super class Person. Make two classes, Student and instructor, inherit from Person. A person has a name and a year of birth. A student has a major and an instructor has a salary. Write the class definitions, the constructors, and the methods toString for all classes. Supply a test program that test these classes and methods C: WINNT System321cmd.exe Student name : Haurice Dusseault Student's Date of Birth: 1979 Student's najor:- Computer Science Instructon's name: Satyendra Narayan Instructor's Birth: 1969 Instructor's salar :65000.0 Press any key to continue
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
