Question: . Define a C++ compliant ADT for the integer domain. Your ADT should consist of the functions that can be performed on integers and you
. Define a C++ compliant ADT for the integer domain. Your ADT should consist of the functions that can be performed on integers and you must come up with at least 5 functions (not counting the constructor or destructor). Each function should be defined in terms of its input and output. Your ADT must be in valid C++ code/syntax. (5 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
