Introduction to OOP (Object Oriented Programming)

​Object Oriented Programming (OOP) is used to speed up complex development time. OOP defines classes that can be reused by several different objects.

Classes define properties and methods that can be used by that object.

For example if a class is a car. Then speed of the car is going to be that class property.

Actions of that class are going to be accelerate or break.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator