Question: C sharp pleas 4.12 (Date Class) Create a class called Date that includes three pieces of information as au plemented properties-a month (type int), a
4.12 (Date Class) Create a class called Date that includes three pieces of information as au plemented properties-a month (type int), a day (type int) and a year (type int). Your class should have a constructor that initializes the three automatic properties and assumes that the values provid ed are correct. Provide a method DisplayDate that displays the month, day and year separated by forward slashes). Write a test app named DateTest that demonstrates class Date's capabilitie to-in
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
