Question: CIST 2 3 4 2 C# Programming II LAB # 3 - ( 4 0 Points ) More Business Classes / Inheritance LAB ## 3

CIST 2342
C# Programming II
LAB #3-(40 Points)
More Business Classes/Inheritance
LAB ##3(Inheritance)- Let's now build 3 more classes: The Person class, the Student class and the Instructor class. Build the Person class first and test it.(Note: In the Person class, make the Address property a single string. Next week we will change the address property into an object.) Then build the Student and Instructor classes, and make them inherit from the Person class. All your classes should include set and get methods, constructors, a display method and any other behaviors that you deem necessary.
CIST 2 3 4 2 C# Programming II LAB # 3 - ( 4 0

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 Programming Questions!