2
Answers

collections in c#(class customer with properties customer id

Sinu  Joseph

Sinu Joseph

11y
2.5k
1
create a class customer with properties customer id and name 

a)the class should have a constructor which accepts the id , name and initialize the object values
b)create 3 customer objects
c)add the 3 customer objects to a dictionary
d)display the key and values of the customer
Answers (2)