+ 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?
5 Antworten
+ 5
OOP is more effective, I heard.
+ 3
oops concentrate on object while procedural uses data and functions
+ 2
In a single statement
Procedures are implemented by Programming language Rules .
OOPS was implemented by Real World reference.
+ 2
@pravin it's true bcoz oops is more efficient and faster than procedural
+ 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