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

Answer Posted / jayasrinivas.donavalli

In Procedural Programming language the execution of
application can be step by step. That means the data can be
executed ina sequential manner but in Object oriented
languages the application executed according to the order
we wrote in the program.
that means there is no need to follow the order of
execution on OOP.
it depends on the object.

Is This Answer Correct ?    25 Yes 49 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of abstraction?

566


What is persistence in oop?

677


What is inheritance write a program to show use of inheritance?

620


What is abstraction in oops?

596


what type of question are asked in thoughtworks pair programming round ?

1766






What is the use of oops?

625


What is encapsulation process?

588


Explain the advantages of inheritance.

680


IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?

1585


What exactly is polymorphism?

614


What is the difference between static polymorphism and dynamic polymorphism?

587


What is the significance of classes in oop?

596


Why is polymorphism used?

590


Which type does string inherit from?

621


What is polymorphism and why is it important?

562