Question: C# Programming II LAB # 2 - ( 4 0 Points ) Business Classes Last week we did an OOAD. You should have come up
C# Programming II
LAB # Points
Business Classes
Last week we did an OOAD. You should have come up with a list of classes to build. This list should have included properties and behaviors for each class. This week you are going to buitd these classes. Bach class should have properties, constructors, behaviors, etc. Use encapsulation where necessary. Each class that you build should have a display method in it that uses Console. WriteLine to displays all of that classes data to the Output Window. Hand in a copy of each of these classes, inchaling comments and well written code.
Create a Form, with one Button for each class that you are to buitaie Test Course When the user clicks on the "Test Course" button, instantiate a Course object and fill it with some data and then alisplay this alata to the Console.
LAB ;Simple ClassesLet's start with classes: The Address class, the Course class and the Section class. Let's build these classes first, we will add the other classes as we go 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
