What is OOPS and How it is different from Procedural
Programming ?

Answer Posted / swati

A major factor in the invention of Object-Oriented approach
is to remove some of the flaws encountered with the
procedural approach.

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.

Is This Answer Correct ?    2 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How oops is better than procedural?

594


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

2110


Why do we need polymorphism in c#?

691


What is encapsulation c#?

602


What is the important feature of inheritance?

637






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

1612


How to improve object oriented design skills?

571


What is inheritance and how many types of inheritance?

622


Templates mean

1592


What are the three main types of variables?

602


What are the benefits of oop?

607


write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.

1783


Which language is pure oop?

553


What is solid in oops?

617


Why is polymorphism important in oop?

637