Object Oriented Programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Object Oriented Programming

I am having problem understanding php oop, I need someone to explain in less than five sentences what oop is really about

23rd Jun 2017, 1:21 PM
Psalm Sam
Psalm Sam - avatar
5 Answers
+ 2
Object Oriented Programmimg (OOP) is a very popular programming paradigm. It's goal is to represent real world objects inside software. To achieve this, you first need to create a class - a definition of object attributes (to describe appearance of objects) and methods (to describe how the objects behave). Once you have done that, you are ready to create objects that are instances of that class. OOP is very powerful, you can achieve a lot of things with it.
23rd Jun 2017, 2:22 PM
Eligijus Silkartas
Eligijus Silkartas - avatar
+ 1
calm down, man there is no insult at all first look at the weakness on your side and the level of your post my post gave you lots of indices serious guys proactively search for solutions, the rest is waiting for others to do the job for them. nothing more nothing less youngsters are so oversensitive these days over and out
23rd Jun 2017, 2:24 PM
Skipper
Skipper - avatar
0
OOP is about objects and classes, and objects talking to each other OOP is about abstraction OOP is about encapsulation OOP is about inheritance OOP is about polymorphism you've got your five sentences like question like answer IMHO request couldn't be more stupid... go to Google
23rd Jun 2017, 1:53 PM
Skipper
Skipper - avatar
0
I know some kids with less manner will comment nonsense but I think the best is to ignore your insult and pick the useful stuff
23rd Jun 2017, 2:01 PM
Psalm Sam
Psalm Sam - avatar
0
thanks so much sir, @x86asm
23rd Jun 2017, 2:24 PM
Psalm Sam
Psalm Sam - avatar