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 destructor in oop?
What does sksksk mean in text slang?
What is oops in simple words?
What is advantage of inheritance?
Advantage and disadvantage of routing in telecom sector
What is constructor overloading in oop?
Why do we need polymorphism in c#?
State what is encapsulation and friend function?
What do you mean by Encapsulation?
any one please tell me the purpose of operator overloading
Why is there no multiple inheritance?
What is overloading in oops?
What is destructor give example?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
Are polymorphisms mutations?