The standards for WordPress development are slowly moving from turns of procedural code that lack proper abstraction to more SOLID and object-oriented code.That’s a step in the right direction, but let’s not forget two important things that often get left out of these discussions: putting code in a class does not make it “object-oriented,”...
Showing posts with label oops. Show all posts
Showing posts with label oops. Show all posts
27 October, 2018
THE DIFFERENCE BETWEEN CLASSES AND OBJECTS IN PHP
Programing Coderfunda
October 27, 2018
class, object, oop's, oops, php
No comments
The standards for WordPress development are slowly moving from turns of procedural code that lack proper abstraction to more SOLID and object-oriented code.
That’s a step in the right direction, but let’s not forget two important things that often get left out of these discussions: putting code in a class does not make it “object-oriented,”...
PHP Object-Oriented Programming Beginner's Guide
Programing Coderfunda
October 27, 2018
oop's, oops, php
No comments
PHP Object-Oriented Programming Beginner's GuideBasic concepts around Object-Oriented ProgrammingClass vs ObjectClass is like your house blueprint. Before your house is constructed, there is a house blueprint. It is not an actual house, but a plan how this house will look like, how many rooms it will have and so on. Then the house will be constructed...