/Object_Oriented_Programming

Object Oriented Programming (OOP) is programming concept that brings logical group your code into components, build Small Components of code which can be reused, components are extend or leverage from other components, simplify the complex concept into smaller components, extending the component, reusing the component, hiding features and many other benefits.

Primary LanguagePHP

Watchers