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 static class not inherited?
Get me a number puzzle game-program
What is abstract class in oops?
What is destructor example?
Explain virtual inheritance?
Why do we need polymorphism in c#?
Can enum be null?
any one please tell me the purpose of operator overloading
What is variable example?
What is pure oop?
What is encapsulation oop?
What is abstraction in oops?
What is difference between inheritance and polymorphism?
Can private class be inherited?
How do you achieve polymorphism?