Skip to content

abdullahahmed001/Date-Manipulation-and-Comparision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Date-Manipulation-and-Comparision

  • This project demonstrates my mastery of object-oriented programming concepts like operator overloading, encapsulation, and date manipulation.
  • Encapsulation: The date class encapsulates properties and behaviors related to data handling.
  • Operator Overloading: Basic operations are defined to increment, decrement, and compare date objects.
  • Date Manipulation: The program can set, increment, and decrement dates which can be useful in certain software applications.

Code-Overview

  • Initialization-and-Manipulation

  • 1: Create Date objects in C++ by using a date class
  • 2: Set the values for each date by passing day, month, and year as arguments into each of the setter functions
  • 3: Manipulate the dates given by using operator overloading.

Project-Summary

  • Overall, this project is a prime example of utilizing object-oriented techniques in C++ to leverage code reusability for fundamental tasks such as date handling.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published