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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!