Using Classes: Object-Oriented Programming Using C++ Second Edition
Using Classes: Object-Oriented Programming Using C++ Second Edition
Using Classes
Object-Oriented Programming
Using C++
Second Edition
5
Objectives
Figure
5-12
shows the
entire
Student
class, all
its
member
functions,
and a
short
program
that uses
the class
5 Using a Complete Class in
a Program
Perform the
procedures
outlined on pages
170 to 172 of the
textbook, so you
can modify the
CollegeCourse
class you created
earlier, so that it
more closely
adheres to good
object-oriented
programming
principles
5
Using Private Functions