Sinu  Joseph

Sinu Joseph

  • NA
  • 136
  • 65.7k

collections in c#(class customer with properties customer id

Jun 2 2013 5:36 AM
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)