What is OOPS and How it is different from Procedural
Programming ?

Answer Posted / test

OOP is programming which is oriented around objects, thus
taking advantages of encapsulation, polymorphism and
inheritance to increase code reuse and decrease code
mantenance.

In procedural program, programming logic follows certain
procedures and intructions are executed one after another.
In OOP unit of program is object which is nothing but
combination of data and code.

Is This Answer Correct ?    8 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is polymorphism explain?

677


Why do we need polymorphism in c#?

677


Can you inherit a private class?

629


What is object and class in oops?

574


Why is polymorphism used?

577






Why is oop useful?

593


what is graphics

2003


What is object in oops?

606


What do you mean by Encapsulation?

634


How long to learn object oriented programming?

555


How can you overcome the diamond problem in inheritance?

761


What is pure oop?

587


What is oops and its features?

576


Can a destructor be called directly?

592


How do you achieve runtime polymorphism?

565