Question: 2. Write a program in Java that performs following tasks: [1.5 Mark] a) Create a class called Person, and add three protected fields pID, pName

2. Write a program in Java that performs following tasks: [1.5 Mark] a) Create a class called Person, and add three protected fields pID, pName and pAge to the class Person. b) Add a method showDetail() to the class Person to display the fields. c) Creates two subclasses Doctor and Engineer for the Person class. d) Use super keyword to pass the parameters from subclass to super class constructor to initialize the super class fields. e) Override the showDetail() method in the subclass Doctor and Engineer to display the fields of super class
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
