Question: please use java and be quick. I am beginner. Thank you :)) A Private school provides 3 courses with 3 different teachers. Create Java interface
A Private school provides 3 courses with 3 different teachers. Create Java interface of School with 2 interface methods. Method 1 is called Course_name, Methods 2 is called Teacher_name. There are 3 students who are welling to enter this school. Create a class for each student (3 different classes) and each class implements from School interface. Inside each class assign a course and teacher name to the methods implemented from School interface. Create main class and create an object for each student class, call the objects by printing the course and teacher name for each student
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
