What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / chetan khutale
OOPS means Object Oriented Programming Languages and
Systems and is different from the Structural programming in
the fact that in OOPS programming you take advantage of
Polymorphism, Multiple inheritance and Abstraction and
Encapsulation of the data by using Private and this helps
in Security of Data while giving you the levarage to
program your software system with the maximum flexibility.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
#include
What is the significance of classes in oop?
How to use CMutex, CSemaphore in VC++ MFC
What are objects in oop?
What are two types of polymorphism?
How do you explain polymorphism?
What is the difference between inheritance and polymorphism?
How to hide the base class functionality in Inheritance?
What is oops in simple words?
Can main method override?
What is the problem with multiple inheritance?
Get me a number puzzle game-program
Why is abstraction used?
What is ambiguity in inheritance?
What is polymorphism explain its types?