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

c++ program to swap the objects of two different classes

1756


why reinterpret cast is considered dangerous?

1896


What is the diamond problem in inheritance?

574


Is oop better than procedural?

563


What is encapsulation c#?

600






write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory

2752


What is the main purpose of inheritance law?

667


What are the components of marker interface?

600


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2098


What is encapsulation and abstraction? How are they implemented in C++?

630


Why interface is used?

549


Which language is not a true object oriented programming language?

635


Why is oop useful?

599


What are main features of oop?

629


What is the benefit of oop?

568