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


Please Help Members By Posting Answers For Below Questions

What is basic concept of oop?

710


Is html an oop?

586


Explain the advantages of inheritance.

680


What is class and object in oops?

615


What is the oops and benefits of oops programming?

560






What is protected in oop?

609


What are the 3 principles of oop?

624


What are the benefits of interface?

587


What is the fundamental idea of oop?

643


Why we use classes in oop?

591


What is a null tree?

632


Are polymorphisms mutations?

710


What is the main purpose of inheritance law?

677


what's the basic's in dot net

1746


Why do we use encapsulation in oops?

529