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.
- Practice creating a digital twin of a real world object.
- Demonstrate knowledge of OOP.
- Utilize a custom class to display data in different forms.