/SalesOOP

Simple OOP Sales Entities

Primary LanguageC#

SalesOOP

Simple OOP Sales Entities (C# - Console .NET Framework)

This is a Sales Entities reharsal with few entities, to demonstrate concepts of:

  • dependencies,
  • single responsibility principle,
  • method overriding.

There are the following entities:
- Customer
- Product
- Order
- OrderItems