java code Lecturer Information: Super Class: lecturer Attributes : Lecturerid, LecturerName, Address, Qualification age, Gender, Methods : • Read the lecturer details Display the Lecturer details Sub class: Subject_details Attributes no__of_ students_coursel, no_of_ students_course2, : no_of_ studenst_course3, no of_ students_course4,Total_no_working hours Methods : • Find the total number of students from all courses • Get the total number of working hours • Display the Lecturer details and Subject details. The following information must be included in your solution(program): Properties with proper data types Demonstration of OOP feature (Polymorphism / Overriding) Proper naming convention Proper comments in each program and within program Purpose of each code should be explained.
java code
Lecturer Information:
Super Class: lecturer
Attributes : Lecturerid, LecturerName, Address, Qualification age, Gender,
Methods : • Read the lecturer
details Display the Lecturer details
Sub class: Subject_details
Attributes no__of_ students_coursel, no_of_ students_course2, : no_of_ studenst_course3, no of_ students_course4,Total_no_working hours
Methods : • Find the total number of students from all courses
• Get the total number of working hours
• Display the Lecturer details and Subject details.
The following information must be included in your solution(program): Properties with proper data types
Demonstration of OOP feature (Polymorphism / Overriding)
Proper naming convention
Proper comments in each program and within program
Purpose of each code should be explained.
Program Execution (output)
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images