Answered step by step
Verified Expert Solution
Question
1 Approved Answer
ame 1. Make two distinct classes for two designations (e. g. HR, CEO, Manager) from Employee class. Employee class has an abstract method which will
ame 1. Make two distinct classes for two designations (e. g. HR, CEO, Manager) from Employee class. Employee class has an abstract method which will return the name of the designations. Now, define relevant properties and methods for these three classes and create two instances of these two classes. Store these instances in their parent's reference. Then, print the nam of designation by calling that method. Sample Output: HR CEO
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started