Definition of Object Oriented Programming in single line?
Answer Posted / sekar
Object-oriented programming as an approach that provides a
way of modularizing programs by creating partitioned memory
area for both data and functions that can be used as
templates for creating copies of such modules on demand.
| Is This Answer Correct ? | 24 Yes | 12 No |
Post New Answer View All Answers
any one please tell me the purpose of operator overloading
What is encapsulation and abstraction? How are they implemented in C++?
What is the difference between a constructor and a destructor?
What is a superclass in oop?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What does <> mean pseudocode?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
How to use CMutex, CSemaphore in VC++ MFC
What is an example of genetic polymorphism?
What is encapsulation in oops?
write string class as your own class in java without using any built-in function
What is abstraction example?
How oops is better than procedural?
What is multilevel inheritance?
What is the types of inheritance?