UMBC CMSC 202, Computer Science II, Spring 1999,
Sections 0101, 0102, 0103, 0104
Exam 1 Topics
Exam 1 covers Lecture 1 - 8, Chapters 1-4.
The following topics are "fair game" for Exam 1:
- OOP Terminology (members, member functions, constructors, host objects, ...)
- References
- Function Overloading
- Scope
- Dynamic memory allocation (new & delete)
- Constructors
- Destructors
- Default function arguments
- The "this" pointer
In addition you should know how to:
- write a simple constructor
- write a simple destructor
- write a simple member function
- write a copy constructor
- write code to allocate/deallocate an object
- write code to allocate/deallocate an array of objects