Definition of Object Oriented Programming in single line?
Answer Posted / chitra
oop is the feature that allows a mode of modularizing
programs by forming separate memory area for data as well
as functions that is used as object for making copies of
modules as per requirement.
| Is This Answer Correct ? | 20 Yes | 13 No |
Post New Answer View All Answers
What is abstraction in oops?
How long to learn object oriented programming?
Can main method override?
What is overriding in oops?
Why do we use inheritance?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
What is polymorphism in oop example?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Which language is pure oop?
What is destructor in oop?
What is difference between oop and pop?
Why do we use oop?
What is object in oop?
Describe these concepts: Polymorphism, Inheritance and Abstraction.