Question: Study the code below and use it to answer the questions that follow: public class Clinic extends Hospital { public static int numOfBeds; public

Study the code below and use it to answer the questions that 



Study the code below and use it to answer the questions that follow: public class Clinic extends Hospital { public static int numOfBeds; public int numberOfPatients ; public String wardName; public void admit Patient( String patientName, String bed Label ) { } System.out.println( patientName + " is on " + bed Label ); a. What are the class variables in the above code? b. What are the instance variables in the above code? 2 marks 2 marks

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!