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
Why is polymorphism needed?
Explain the advantages of inheritance.
What are oops methods?
Why is oop useful?
Can an interface inherit a class?
What are the benefits of oop?
Why multiple inheritance is not allowed?
What does I oop mean?
What is constructor in oop?
What is overriding vs overloading?
How do you explain polymorphism?
Why is polymorphism used?
What are functions in oop?
What is polymorphism and its types?
What is the fundamental idea of oop?