Exam 1 Info Flashcards
1
Q
Defines a specific state of an object
A
The 3 constructors
2
Q
Default state
(numbers are zeroed, blanked strings)
A
Default
3
Q
Defined state of our object
(params are passed in to set attributes of the obj)
A
Parameters
4
Q
Makes a copy of the current state of our obj
Ex: Pet(const Pet& .rhs)
A
Copy
5
Q
Declaration files
A
.h files
6
Q
Implementation files
A
.cpp files