What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / p.madhupriya
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.
In procedural program ,programming logic follows
certain procedures and the instructions are executed one
after another. In OOPs program,unit of program is
object,which is nothing but combination of data and code.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Why multiple inheritance is not possible?
Are polymorphisms mutations?
What is destructor oops?
What is the highest level of cohesion?
Why is oop useful?
What is destructor in oop?
Get me an image implementation program.
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is multilevel inheritance explain with example?
What is the real life example of polymorphism?
can inline function declare in private part of class?
What is and I oop mean?
Is this job good for future? can do this job post grduate student?
Why multiple inheritance is not allowed?
any one please tell me the purpose of operator overloading