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 is difference between inheritance and polymorphism?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
Templates mean
program for insertion ,deletion,sorting in double link list
What is polymorphism and types?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is the oops and benefits of oops programming?
What is encapsulation example?
#include
officer say me - i am offered to a smoking , then what can you say
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What language is oop?
What is destructor give example?
What is purpose of inheritance?
What is an interface in oop?