Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I just want the code Write a java program using BlueJ: a) Create a class Patient with data members Pname, Page and Pid. Declare a
I just want the code
Write a java program using BlueJ: a) Create a class "Patient" with data members Pname, Page and Pid. Declare a method displa which display the details of patient. b) Create a subclass "Inpatient" which inherits the Patient class and implements interface and declare a method to display the message "Inheritance Program". c) Create an interface and declare a method to print your name. d) Create an instance for each class and call the method 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