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
What are the types of abstraction?
What is a function in oop?
What is difference between multiple inheritance and multilevel inheritance?
Can we define a class within the interface?
What is cohesion in oop?
Why interface is used?
What do you mean by variable?
What is super in oop?
Get me an image implementation program.
What is constructor overloading in oop?
2. Give the different notations for the class.\
Explain virtual inheritance?
What is the difference between inheritance and polymorphism?
write string class as your own class in java without using any built-in function
What is destructor in oop?