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
What is super in oop?
What is a superclass in oop?
What is meant by multiple inheritance?
Which is better struts or spring?
How do you define a class in oop?
How do you achieve polymorphism?
What is oops?what is its use in software engineering?
Why do we use polymorphism in oops?
What is the types of inheritance?
What are the 4 main oop principles?
Why is abstraction needed?
What is protected in oop?
What is overloading in oops?
What are properties in oop?
What is the point of polymorphism?