Create a class ‘Date’, with three private variables ‘day’, ‘month’, ‘year’. Write a no argument constructor to iniatilize date to 01/01/1900. Also write a three argument constructor Date (int day, int month, int year) to show constructor overloading. Also create a destructor. Create two functions with following signatures: bool LeapYear (Date obj) Checking if the date is within a leap year int SubstractDate (Date obj1, Date obj2) Subtracting two dates to give a number of days c++

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter10: Classes And Data Abstraction
Section: Chapter Questions
Problem 20PE
icon
Related questions
Question

Create a class ‘Date’, with three private variables ‘day’, ‘month’, ‘year’. Write a no argument constructor to iniatilize date to 01/01/1900. Also write
a three argument constructor Date (int day, int month, int year) to show
constructor overloading. Also create a destructor. Create two functions with following signatures:
bool LeapYear (Date obj)
Checking if the date is within a leap year
int SubstractDate (Date obj1, Date obj2)
Subtracting two dates to give a number of days

c++

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning