Lecture 11-Constructors and Clients

Listen "Lecture 11-Constructors and Clients"

Episode Synopsis

In this lecture, we continue our discussion of Object-Oriented Programming. Specifically, we introduce the idea of member functions to create objects. Such functions are called contructors. We then go on to discuss the various ways clients of the Fraction class can use objects of type Fraction. We conclude with homework problem discussions.