Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 603 Bytes

File metadata and controls

11 lines (9 loc) · 603 Bytes

Object Oriented Programming in Java

Description

This repository gives two examples of implementation of object oriented programming. One utilizes an example of a loan to demonstrate the ability to create a digital replicant of a noun object. The second illustrates the flexibility objects give programmers by giving the ability to represent data in different forms.

Objectives

  1. Practice creating a digital twin of a real world object.
  2. Demonstrate knowledge of OOP.
  3. Utilize a custom class to display data in different forms.