posted an update

public class Person { private String id; private String name; private int phone; private String email; public String getId() {return id;} public Stirng getName() {return name;} public int getPhone() {return phone;} public String getEmail() {return email;} Person (String id, String name, int phone, String email) { self.id = id; self.name = name; self.phone = phone; self.email = email; }

} public class Patient extends Person {

} public class Doctor extends Doctor { private int field; private String fieldName; private int fee; private String openHour;

}

Log in or sign up for Devpost to join the conversation.