Definition of Object Oriented Programming in single line?
Answer Posted / deepanjali joshi
oops is real world entity,in which data and function are
hidden from outside the world only object of the class can
access the dat and function of class
| Is This Answer Correct ? | 27 Yes | 14 No |
Post New Answer View All Answers
What is ambiguity in inheritance?
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?
Plese get me a perfect C++ program for railway/airway reservation with all details.
Can bst contain duplicates?
Can static class have constructor?
What is class and example?
What is multilevel inheritance?
What are the components of marker interface?
class type to basic type conversion
What is the oops and benefits of oops programming?
Write a program to sort the number with different sorts in one program ??
What is difference between oop and pop?
What is the real time example of encapsulation?
What is coupling in oop?
Where You Can Use Interface in your Project