What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / shashikant singh
Object Orientation Languages (OOL) is concerned to develop an application based on real time while Procedural Programing Languages (PPL) are more concerned with the processing of procedures and functions.
In OOL, more emphasis is given on data rather than procedures, while the programs are divided into Objects and the data is encapsulated (Hidden) from the external environment, providing more security to data which is not applicable or rather possible in PPL. In PPL, its possible to expose Data and/or variables to the external entities which is STRICTLY restricted IN OOL.
In OOL, the Objects communicate with each other via Functions while there is no communication in PPL rather its simply a passing values to the Arguments to the Functions and / or procedures.
my email shashikant3070@gmail.com hai
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is object oriented programming so hard?
Who invented oop?
What is protected in oop?
Which type does string inherit from?
What is this pointer in oop?
What are the 3 pillars of oop?
Which language is pure oop?
What is a superclass in oop?
What does <> mean pseudocode?
What is data binding in oops?
What is polymorphism give a real life example?
What does and I oop mean?
What is overloading in oop?
What is coupling in oop?
what is graphics