Lecture 10-Introduction to Object-Oriented Programming

Share:

Listens: 0

Introduction to C++ Programming - Winter 2010

Education


This lecture is an introduction to Object-Oriented programming. We first begin by describing some motivation of objects. Then, we discuss the mechanics of classes, including how they are declared, the various keywords used, etc. We conclude with several implementation details pertaining to how classes are typically split into different files to facilitate separate compilation.