YoVDO

C++ Inheritance, Aggregation and Composition

Offered By: Coursera Project Network via Coursera

Tags

C++ Courses C Programming Courses Object-oriented programming Courses Inheritance Courses

Course Description

Overview

In this project you will create a C++ application that inherits from a Car class and use aggregation and composition in a class that uses one to many Car objects. A hallmark of Object-Oriented programming is code-reuse. Code re-use allows the developer to use tried and tested code, which results in more reliable code and saves in development time as well. In Object-Oriented Programming in a language such as C++, code re-use can be accomplished in two distinctive ways. One way is to inherit from an existing class by extending its existing functionality. Another common way to re-use code is through aggregation and composition. In aggregation, the class is made up of other existing classes that may exist independent of the child class. In composition, the child class depends on its parent for existence. Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.

Syllabus

  • C++ Inheritance, Composition and Aggregation
    • In this project you will create a C++ application that inherits from a Car class and use aggregation and composition in a class that uses one to many Car objects. A hallmark of Object-Oriented programming is code-reuse. Code re-use allows the developer to use tried and tested code, which results in more reliable code and saves in development time as well. In Object-Oriented Programming in a language such as C++, code re-use can be accomplished in two distinctive ways. One way is to inherit from an existing class by extending its existing functionality. Another common way to re-use code is through aggregation and composition. In aggregation, the class is made up of other existing classes that may exist independent of the child class. In composition, the child class depends on its parent for existence.

Taught by

David Dalsveen

Related Courses

Mastering Programming with MATLAB
Vanderbilt University via Coursera
Advanced R Programming
Johns Hopkins University via Coursera
Application Programming Fundamentals
LearnQuest via Coursera
Aprendiendo Python con circuitos digitales
Coursera Project Network via Coursera
Basics in computer vision
Higher School of Economics via Coursera