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
officer say me - i am offered to a smoking , then what can you say
hi all..i want to know oops concepts clearly can any1 explain??
What is the difference between encapsulation and polymorphism?
Get me an image implementation program.
#include
What is object and class in oops?
Get me a number puzzle game-program
Templates mean
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
Why do we use encapsulation in oops?
What is abstraction example?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is destructor example?
What are two types of polymorphism?
What are the components of marker interface?