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
How is class defined?
Why do we use oops?
What is the fundamental idea of oop?
What is a null tree?
Why is encapsulation used?
which feature are not hold visual basic of oop?
2. Give the different notations for the class.\
What is object in oop with example?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is pure oop?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< what is difference between class template and template class? What polymorphism means? Is enum a class? Can you explain polymorphism?