Course Solutions Uncategorized (Solved) : C Create Program Following Oo Structure Implement Methods Constructors Fill Default Data I Q32456253 . . . .

(Solved) : C Create Program Following Oo Structure Implement Methods Constructors Fill Default Data I Q32456253 . . . .

 

C#

Create a program with the following OO structure. You do nothave to implement any of the methods other than constructors tofill in some default data. You should implement the rest of themethods with a Console.WriteLine to indicate that it has beencalled.

Within a UNIVERSITYthere are 4 DEPARTMENTS:

MATH,ENGLISH, GEOGRAPHY, COMPUTERSCIENCE

Each DEPARTMENT hasup to 10 STAFF

There is/are a DEAN,PROFESSORs, ADMINISTRATORs andRESEARCHERs

All Staff should have a name andsalary

Professors should have a Class

Researchers should have aResearchSpeciality which is a fixed set of research areasrepresented by an enumeration Deans, Professors and Researchersshould implement an ITeachable

OR

PayPal Gateway not configured

OR

PayPal Gateway not configured

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

(Solved) : Need Help Java Ex4 Referred Ex3 Please Exercise 3 Formattable Interface Systemprintf Metho Q33346310 . . . .(Solved) : Need Help Java Ex4 Referred Ex3 Please Exercise 3 Formattable Interface Systemprintf Metho Q33346310 . . . .

<p>Need help with Java, can you do the EX4 referred to the EX3please.</p><p><strong>Exercise 3: Formattable Interface</strong></p><p>The System.out.printf method has predefined formats for printingintegers, floating-point numbers, and other data types. But