OOP

Object Orientated Programming is a paradigm to form code like the world is. A class is a template that can be reused to create objects. An object is a specific instance of a class, for example a Dog class and a myDog object.

Last updated