Intro to Object Oriented Programming
Object Oriented Programming is about more than just storing custom data types. It is a whole methodology about thinking of how a real life object behaves. What information makes it up and how can it be used within the application. It is about storing data in a manner that is protected from other similar collections…