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

Answer Posted / janet

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.
In procedural program,data is exposed to the whole
program where as in OOP's program ,it is accesible within
the object and which in turn assures the security of the
code.

Is This Answer Correct ?    111 Yes 38 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is overloading in oops?

596


What do you mean by abstraction?

609


What is object and class in oops?

586


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2029


Can you inherit a private class?

631






Explain the advantages of inheritance.

670


What is polymorphism and why is it important?

556


What is encapsulation with real life example?

566


What is object and example?

600


How do you define a class in oop?

626


What are the benefits of oop?

604


What is polymorphism give a real life example?

557


What is cohesion in oop?

619


How is class defined?

584


Why is it so that we can have virtual constructors but we cannot have virtual destructors?

3825