1
CSCI 1120
Introduction to Computing
Using C++
Basics of
Object-Oriented Programming
(Part 2)
Fall, 2016
This
preview
has intentionally blurred sections.
Sign up to view the full version.
Miscellaneous Topics on OOP
1.
Object assignment; object reference
2.
Engineer a class with its interface to encourage
code reuse
3.
static
members
4.
friend
keyword
5.
Pointer to objects; array of objects
2