Define a class called Month that is an abstract data type for a month. Your clas
ID: 638546 • Letter: D
Question
Define a class called Month that is an abstract data type for a month. Your class will
have one member variable of type int to represent a month (1 for January, 2 for
February, and so forth). Include all the following member functions: a constructor
to set the month using the first three letters in the name of the month as three
arguments, a constructor to set the month using an integer as an argument (1 for
January, 2 for February, and so forth), a default constructor, an input function that
reads the month as an integer, an input function that reads the month as the first
three letters in the name of the month, an output function that outputs the month
as an integer, an output function that outputs the month as the first three letters
in the name of the month, and a member function that returns the next month as
a value of type Month . Embed your class definition in a test program.
NEED THIS IN C++... PLEASE MAKE SURE THE PROGRAM ACTUALLY RUNS BEFORE JUST THROWING A CODE OUT THERE...
AND PLEASE MAKE SURE IT FOLLOWS ALL INSTRUCTIONS
Explanation / Answer
wait for answer
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.