Question: CIST 2 3 4 2 C# Programming II LAB # 3 - ( 4 0 Points ) More Business Classes / Inheritance LAB ## 3
CIST
C# Programming II
LAB # Points
More Business ClassesInheritance
LAB ##Inheritance Let's now build more classes: The Person class, the Student class and the Instructor class. Build the Person class first and test itNote: 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.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
