Zend Anwar

Full stack web developer

Category: Advanced PHP(OOP)

Advantage of Object Oriented Programming

Re-Usability of your code: If you will use OOP technique for creating your application then it will gives you a greater re-usability. For example, if you have created calculator class at one place then you can use the same calculator class in your application. Easy to Maintain : Application develop using oop technique are easier […]

Read More

What is OOP( object-oriented programming)?

OOP is a programming paradigm that uses abstraction to create models based on the real world. It provides for better modeling of the real world by providing a much needed improvement in domain analysis and then integration with system design. The power of object-oriented systems lies in their promise of code reuse which will increase […]

Read More