Definition of Object Oriented Programming in single line?
Answer Posted / manoj
OOPs is a Programming Model in which everything in real
world is consider as Objects
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
what are the different types of qualifier in java?
Templates mean
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is pure oop?
• What are the desirable attributes for memory managment?
What are the data types in oop?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
Plese get me a perfect C++ program for railway/airway reservation with all details.
explain sub-type and sub class? atleast u have differ it into 4 points?
Can enum be null?
#include
write string class as your own class in java without using any built-in function
What is the importance of oop?
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