[Solved]Create Application Class Named Letterdeno Instantiates Objects Two Classes Named Letter Ce Q37172540


Create an application class named LetterDeno that instantiates objects of two classes named Letter and CertifiedLetter and that demonstrates all their methods The classes are used by a company to keep track of letters they mail to clients. The Letter class includes auto- implemented properties for the Name of the recipient and the Date mailed (stored as strings). LetterDemo.cs 1 using static System.Console; 2 class LetterDemo 4 static void Main) 6/ Write your code here 7 9 10 // Write your classes here Show transcribed image text Create an application class named LetterDeno that instantiates objects of two classes named Letter and CertifiedLetter and that demonstrates all their methods The classes are used by a company to keep track of letters they mail to clients. The Letter class includes auto- implemented properties for the Name of the recipient and the Date mailed (stored as strings).
LetterDemo.cs 1 using static System.Console; 2 class LetterDemo 4 static void Main) 6/ Write your code here 7 9 10 // Write your classes here
Expert Answer
Answer to Create an application class named LetterDeno that instantiates objects of two classes named Letter and CertifiedLetter a… . . .
OR

