Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started