ChristinaGolovach / CollectionsClassWork

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Krystsina Halavach

Task

  • Create new collection OrderItemCollection based on Collection. The collection should have events OrderItemAdded, OrderItemRemoved, and it should raise these events when a new items is added to the collection. Use the collection in Order class.
  • Create new collection OrderItemReadOnlyCollection with the same events, but without possibility to add/remove items.

About


Languages

Language:C# 100.0%