-
Course
- Core Tech
C++ Foundations: Object Oriented Programming
Object oriented programming is an important part of C++ development. This course will teach you how C++ implements objects, inheritance, and polymorphism.
What you'll learn
An important part of most software architecture is modeling the world as objects. In this course, C++ Foundations: Object Oriented Programming, you’ll learn to design and write C++ classes and class hierarchies. First, you’ll explore the basics of classes and structs. Next, you’ll discover inheritance and polymorphism. Finally, you’ll learn how to overload operators to make your classes expressive and powerful. By the end of this course, you’ll have the skills and knowledge of object orientation in modern C++ needed to develop large applications that model the real world.
Table of contents
About the author
Kate Gregory is in her fourth decade of being paid to program. Her firm, Gregory Consulting Limited, is based in rural Ontario and helps clients adopt new technologies and adjust to the changing business environment. Current work makes heavy use of .NET and Visual C++ for both web and client development, especially for Windows 7 and 8. Managing, mentoring, technical writing, and technical speaking occupy much of her time, but she still writes code every week.
More Courses by Kate