/Orient

Orient is a simple application written to demonstrate the concepts of object-oriented programming, written as part of Google Code-in 2018.

Primary LanguageJava

Orient

Orient is a simple application written to demonstrate the concepts of object-oriented programming. This project was written as part of Google Code-in.

Usage

The main class is under Orient.java and provides the direct use of various object-oriented concepts from within the vehicle package. These include:

  • Class Creation
  • Inheritance
  • Encapsulation
  • Aggregation
  • Polymorphism
  • Abstraction

The class provides comments on the where the uses of these concepts sit.