YoVDO

Java Inheritance, Composition and Aggregation

Offered By: Coursera Project Network via Coursera

Tags

Java Courses Object-oriented programming Courses Inheritance Courses Code Reusability Courses

Course Description

Overview

In this project you will create a Java application that inherits from a Car class in Java and use aggregation and composition in a class that uses one to many Car objects. 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 Java, code re-use can be accomplished in two distinctive ways. One way is to inherit from an existing class by extending its existing functionality. A Car class for example can be extended by a Used Car class by adding a parameter to indicate the number of miles on it. 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 parent class. 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

  • Java Inheritance, Composition and Aggregation
    • 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 Java, code re-use can be accomplished in two distinctive ways. One way is to inherit from an existing class by extending its existing functionality. A Car class for example can be extended by a Used Car class by adding a parameter to indicate the number of miles on it. This is known as an is-a relationship; a Used Car is-a Car. 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 parent class. For example, A Car Dealership may contain many Cars in its inventory. If the Dealership goes under, the Car still exists. There is another relationship related to Aggregation called Composition. In composition, the child class depends on its parent for existence. A Car dealership may have several accounts with companies who operate fleets of cars. The accounts are dependent on the existence of the Dealership. When the Dealership disappears, so do its accounts. In this project you will create a Java application that inherits from a Car class in Java and use aggregation and composition in a class that uses one to many Car objects.

Taught by

David Dalsveen

Related Courses

Introduction à la programmation orientée objet (en Java)
École Polytechnique Fédérale de Lausanne via Coursera
C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera
Introduction to Programming for Musicians and Digital Artists
California Institute of the Arts via Coursera
Beginning Game Programming with C#
University of Colorado System via Coursera
Paradigms of Computer Programming
Université catholique de Louvain via edX