Discover this podcast and so much more

Podcasts are free to enjoy without a subscription. We also offer ebooks, audiobooks, and so much more for just $11.99/month.

Lecture 10-Introduction to Object-Oriented Programming

Lecture 10-Introduction to Object-Oriented Programming

FromIntroduction to C++ Programming - Winter 2010


Lecture 10-Introduction to Object-Oriented Programming

FromIntroduction to C++ Programming - Winter 2010

ratings:
Length:
20 minutes
Released:
Feb 26, 2010
Format:
Podcast episode

Description

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.
Released:
Feb 26, 2010
Format:
Podcast episode

Titles in the series (8)

Introduction to programming in C++ and object-oriented programming - encapsulation using classes, inheritance, etc.