- Test Time Left 01 21 11 Write A Java Program To Implement The Concept Of Inheritance Where The Subclass Staffmember Inh 1 (91.63 KiB) Viewed 21 times
Test time left: 01:21:11 Write a java program to implement the concept of inheritance where the subclass StaffMember inh
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Test time left: 01:21:11 Write a java program to implement the concept of inheritance where the subclass StaffMember inh
Test time left: 01:21:11 Write a java program to implement the concept of inheritance where the subclass StaffMember inherits the super class Department and implements the interface Publication. Print the details of department along with their faculty details and their publication. Consider 15 faculty members are in the dept. Department - class Data members: Department Name, HOD Name, total students, no of sections Methods: Constructor, showDepartmentDetails() StaffMember-class Data members: Staff Member Name, staff id, Staff Qualification, designation, experience (all are private) Methods: Constructor, showStaff Detail() Publication-interface journalcount, projectcount, patterncount public void show_publication_detail()