Answered step by step
Verified Expert Solution
Question
1 Approved Answer
3. Write a program in Java that performs the following tasks: 1 4 marks! - Creates a class called Person having attributes personName, personlD. -
3. Write a program in Java that performs the following tasks: 1 4 marks! - Creates a class called Person having attributes personName, personlD. - Creates a subclass called Student of Person class having attributes stdGPA, std Major. Creates a subclass called Teacher of Person class having attributes teacher Course. teacher Salary. Write the constructors for Person, Student and Teacher class to initialize the attributest fields) Write a method display Details() in Student and Teacher class to print all attributes of superclass and subclass
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started