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
Why is abstraction used?
What is abstraction in oops?
Explain the advantages of inheritance.
What is the advantage of oop over procedural language?
What are the three parts of a simple empty class?
write a program to find 2^n+1 ?
What are the advantages of polymorphism?
What is polymorphism explain its types?
What are oops methods?
Is abstract thinking intelligence?
What is super in oop?
What is encapsulation in simple terms?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is oops concept with example?
program for insertion ,deletion,sorting in double link list