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 overriding vs overloading?
explain sub-type and sub class? atleast u have differ it into 4 points?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What is basic concept of oop?
Why is oop better than procedural?
Which type does string inherit from?
What do you mean by Encapsulation?
What polymorphism means?
What is polymorphism oop?
#include
What is encapsulation c#?
What language is oop?
What is the difference between encapsulation and polymorphism?
Why do we use oop?
Why is abstraction used?