What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / prabhash
Object-oriented programming (OOP) is a programming paradigm
that represents concepts as "objects" that have data fields
(attributes that describe the object) and associated
procedures known as methods. Objects, which are usually
instances of classes, are used to interact with one another
to design applications and computer programs
In Procedural Programming language the execution of
application can be step by step.
that means there is no need to follow the order of
execution on OOP.
it depends on the object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why oops is important?
how to get the oracle certification? send me the answer
What is static in oop?
Advantage and disadvantage of routing in telecom sector
Prepare me a program for the animation of train
Why is destructor used?
What is the real time example of encapsulation?
What makes a language oop?
Why do we use class in oops?
program for insertion ,deletion,sorting in double link list
What are the benefits of polymorphism?
What is balance factor?
What is oops?what is its use in software engineering?
Why is abstraction used?
What is class and object in oops?