Question: using C#, implement classes as shown below: Ready to pay as 4 questions for this (not only 1), just tell me how can I pay
using C#, implement classes as shown below:



Ready to pay as 4 questions for this (not only 1), just tell me how can I pay the other 3.
nterface Order +make Order): string +make Payment (double amount): string Contact +contactID: integer name:string +address: string +phoneNum :string +Contact(int id, string name, st ring address, string phoneNum) +To String): string Customer Vendor +Customer (int id, st ring name, string address, string phoneNum) A +Vendor int id, string name, string address, string phoneNum) 1 Summary of Classes Class Contact Description Parent base class Constructors must set all class variables to a value, even if that value is not passed in as a parameter ToString- display all the contact's information in an clean, concise manner Customer Inherits from Contact . Implements the lOrder interface makeOrder String: "Incoming order from: "
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
