Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 477 Bytes

ReadMe.md

File metadata and controls

7 lines (7 loc) · 477 Bytes

Media Inventory

In this C# project, a Media Inventory is implemented where the medias are Book, CD and DVD. User can Add, Remove, Update and Filter Medias.\

There are seven cs files.

  • Media is the parent class of Book, CD and DVD
  • LINQ_Operarions is the file where all the queries are done.
  • MediaInventory is the class where the functionalities of media inventory lies.
  • The driver class lies within the file Program. User interactions are done here.