Create a class called Manager. This class has three attributes: name, age, ID number.
Create another class called Employee which has two attributes salary and position.
Create a third class called Person which derives from both Manager and Employee
classes and print, as a result, the salary of the Person class.
Answers
Answered by
4
Answer:
Open Class Manager. Select Class Management > Classes. In the Create list in the left pane, select Regular or Relationship.
Similar questions