All content for Introduction to C++ Programming - Winter 2010 is the property of Computer Science & Engineering and is served directly from their servers
with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Introduction to programming in C++ and object-oriented programming - encapsulation using classes, inheritance, etc.
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.
Introduction to C++ Programming - Winter 2010
Introduction to programming in C++ and object-oriented programming - encapsulation using classes, inheritance, etc.