Question: C# Inherit from your base class. Fields: Status - enum (Employeed, Retired, Inactive) EmployementType - enum (Part Time, Full Time, Tenured) --- Properties Add properties
C# Inherit from your base class. Fields: Status - enum (Employeed, Retired, Inactive) EmployementType - enum (Part Time, Full Time, Tenured) --- Properties Add properties for the fields above --- Methods Constructor that takes an id and name and sets the base fields. Override the Print method to print id, name, status, and type --- Main Create a teacher object. Use the set/get on ID & Name, Status & EmploymentType as they already exist. Call the Print method.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
