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
Who invented oop?
can we make game by using c
Why do we use oops?
What does and I oop mean?
What is difference between polymorphism and inheritance?
What is the example of polymorphism?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
when to use 'mutable' keyword and when to use 'const cast' in c++
Can enum be null?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Why is abstraction needed?
How to use CMutex, CSemaphore in VC++ MFC
Get me an image implementation program.
What is polymorphism what are the different types of polymorphism?
Describe these concepts: Polymorphism, Inheritance and Abstraction.