Question: In C#: Write a console app which makes use of generic SortedDictionary data structure ( Refer code examples covered during the Lab) to maintain the
In C#:
Write a console app which makes use of generic SortedDictionary data structure ( Refer code examples covered during the Lab) to maintain the list of employees ( add at least 5, you need to create a Employee class (Employee.cs, with properties Name, Salary ( type double) and appropriate constructors and overriding of ToString() method.) and demonstrate the use of following operations on the above employee Sorted Dictionary list: a) Add an employee to the dictionary (You need to define a method AddDictionaryItem( SortedDictionary
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
