Lab - Classes and Objects - Lab 2
Objective
Design and implement a simple calculator using C++ classes. This project will help you understand the concept of classes, objects, and encapsulation in C++.
Requirements
Note - your functions for add, subtract, multiple, and divide should not have any parameters
You must have a header and implementation file for your class.
Deliverable
Upload the following:
Full source code (.cpp files or .txt files)
Screenshot of the Console with the code executing
2024 - Programming 3 / Data Structures - Author: Dr. Kevin Roark