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
What is an interface in oop?
What does and I oop mean in text?
What is the problem with multiple inheritance?
why reinterpret cast is considered dangerous?
What is the difference between inheritance and polymorphism?
Why it is called runtime polymorphism?
What is object in oop?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is the advantage of oop over procedural language?
What is class and object in oops?
Prepare me a program for the animation of train
What are the 4 main oop principles?
What is overloading in oops?
How is class defined?
What is encapsulation in oop?