Question: You have a customer class with a public string field name. What would you write in a main method to create a Customer instance and

You have a customer class with a public string field name. What would you write in a main method to create a Customer instance and set its name field to Pinky?
Customer c1= new Customer();
c1= "Pinky";
Customer c1;
c1. name = "Pinky" ;
Customer c1= new Customer ():
c1. name = "Pinky";
Customer c1= "Pinky";
 You have a customer class with a public string field name.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!