Design and Analysis of Algorithm Lab 2 | Read Now
Design and Analysis of Algorithm Lab 2 2A] Design a superclass called staff with details as StaffId, Name, Phone, Salary. Extend this class by writing three sub-classes namely Teaching(domain, publications), Technical(skills), and Contract(period). Write a Java Program to read and…