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_course1, 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 (Inheritance)
Proper naming convention
Proper comments in each program and within program
Purpose of each code should be explained.
Program Execution (output)