test
class test
test.cpp
WHAT THIS OBJECT REPRESENTS
This is a simple test class that doesn't do anything
typedef int type
test
test()
ensures
- constructs a test object
print
void
print() const
ensures
- prints a message to the screen
add_numbers
int
add_numbers (
int a,
int b
)
test.cpp
ensures
- returns a + b