What's the difference between Object Oriented programming and Procedural programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What's the difference between Object Oriented programming and Procedural programming?

Which is better way of programming? OOP or Procedural with context to anything which u know about?

17th Jun 2017, 8:12 AM
Siddharth Saraf
5 Answers
+ 5
OOP is more effective, I heard.
17th Jun 2017, 9:28 AM
Pravin Pandey
Pravin Pandey - avatar
+ 3
oops concentrate on object while procedural uses data and functions
17th Jun 2017, 8:16 AM
P R
P R - avatar
+ 2
In a single statement Procedures are implemented by Programming language Rules . OOPS was implemented by Real World reference.
17th Jun 2017, 8:56 AM
KumarRajendraMallina
KumarRajendraMallina - avatar
+ 2
@pravin it's true bcoz oops is more efficient and faster than procedural
17th Jun 2017, 9:29 AM
P R
P R - avatar
+ 1
The programs written like a mathematical data and functions are procedures. When the programs written from real world references by using object , classes, inheritance relations between classes , data hiding etc .These concepts are referenced by real world. These are called OOPS concepts
17th Jun 2017, 8:55 AM
KumarRajendraMallina
KumarRajendraMallina - avatar