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
What is polymorphism explain?
What is multilevel inheritance in oop?
What is abstraction encapsulation?
explain sub-type and sub class? atleast u have differ it into 4 points?
can we make game by using c
What is the purpose of enum?
What does enum stand for?
What is the difference between procedural programming and oops?
What are functions in oop?
What is abstraction in oops with example?
What is class encapsulation?
Can bst contain duplicates?
What causes polymorphism?
Get me a number puzzle game-program
What is polymorphism what is it for and how is it used?