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


Please Help Members By Posting Answers For Below Questions

What are main features of oop?

597


why reinterpret cast is considered dangerous?

1868


What are the benefits of interface?

549


How can you overcome the diamond problem in inheritance?

740


What is polymorphism and its types?

566






Why is abstraction used?

579


How to improve object oriented design skills?

548


What is the full form of oops?

587


What is inheritance write a program to show use of inheritance?

589


What is difference between inheritance and polymorphism?

544


What is abstract class in oop?

517


What is the advantage of oop over procedural language?

607


What is a class in oop?

574


What is debug class?what is trace class? What differences are between them? With examples.

1577


What does I oop mean?

597