Definition of Object Oriented Programming in single line?
Answer Posted / sheetal
OOP is a programming technique for developing software
solutions wherein real world is represented in terms of
objects.
| Is This Answer Correct ? | 29 Yes | 16 No |
Post New Answer View All Answers
What is encapsulation process?
Why do we use inheritance?
What is the benefit of oop?
How long to learn object oriented programming?
Why multiple inheritance is not possible?
Why do while loop is used?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is debug class?what is trace class? What differences are between them? With examples.
Are polymorphisms mutations?
What is polymorphism explain?
What is and I oop mean?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is oops in simple words?
What is class encapsulation?
What are different oops concepts?