Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I. Create C# app in MS visual 2. Needs to instantate objects of 2 classes named Mail& 3. Class needs to track letters mailed 4.
I. Create C# app in MS visual 2. Needs to instantate objects of 2 classes named Mail& 3. Class needs to track letters mailed 4. Mail class should contain auto implemented properties for the name 5. Include ToString method that overrides the Object class's ToString CertifiedMail. Must demo their methods. of the addressee and the date mailed. method and returns a string that contains the name of the class (using Get Type) and the Letter's data field values 6. Include a child class Certified Mail that includes an auto implemented property that contains a tracking number for the mail. *Please include screenshot of code and output. I. Create C# app in MS visual 2. Needs to instantate objects of 2 classes named Mail& 3. Class needs to track letters mailed 4. Mail class should contain auto implemented properties for the name 5. Include ToString method that overrides the Object class's ToString CertifiedMail. Must demo their methods. of the addressee and the date mailed. method and returns a string that contains the name of the class (using Get Type) and the Letter's data field values 6. Include a child class Certified Mail that includes an auto implemented property that contains a tracking number for the mail. *Please include screenshot of code and output
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