Page 1 of 1

Test time left: 01:21:11 Write a java program to implement the concept of inheritance where the subclass StaffMember inh

Posted: Tue May 24, 2022 8:13 am
by answerhappygod
Test Time Left 01 21 11 Write A Java Program To Implement The Concept Of Inheritance Where The Subclass Staffmember Inh 1
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 23 times
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()