C Hey Trouble Implementing Additonal Function Assignment Add Executive Class Employee Type Q37297614

C#

Hey I am having trouble implementing additonal function to thisassignment:

Add an Executive class to the Employee type hierarchy with theserequirements:

  • An Executive is a manager
  • An Executive has one of the following titles – CEO, CTO, CFO,VP (default) – print title in DisplayStats
  • An Executive starts with 10,000 stock options on hire – i.e.,object construction – unless otherwise specified
  • An Executive starts at the Gold Benefit Package Level onhire
  • An Executive gets an extra 1000 bonus and 10,000 stock optionson promotion
  • An Executive report can be a Manager, a SalesPerson, or anotherExecutive, but not a SupportPerson or Engineer

Classes / Methods

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Employees
{
   

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.