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
What is object in oops?
What exactly is polymorphism?
What are classes oop?
What is the purpose of enum?
Can bst contain duplicates?
What is a class and object?
What is polymorphism oop?
What is encapsulation process?
What type of loop is a for loop?
Why do while loop is used?
What is this pointer in oop?
What is a function in oop?
What is meant by multiple inheritance?
What is object and class in oops?
which feature are not hold visual basic of oop?