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 is object in oops?

616


what is the sylabus for priliminaries?

1691


Can you explain polymorphism?

583


why reinterpret cast is considered dangerous?

1905


Whats is abstraction in oops?

593






Is oop better than procedural?

576


How can you overcome the diamond problem in inheritance?

770


How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction

1654


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

2110


What is encapsulation selenium?

554


What is encapsulation in oops?

541


What is inheritance and how many types of inheritance?

622


What makes a language oop?

598


How do you define social class?

603


What is oops and its features?

592