There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This is an assignment from Norges Yrkesakademi. Imagine the following scenario: You should create a system that has an overview of wholesalers and customers for a business. The company sells CDs and these are only sold to wholesalers with their dealers. First, you create an interface class that will describe minimum requirements for all customers, ie both wholesalers and dealers. Wholesaler and dealer must implement this interface. In addition, a class for sale will be created that will not inherit the others. You should create an application that uses the class library, which should be in a separate project. The application should populate some "fake" data into the classes. You can choose an optional way to list the values.