Definition of Object Oriented Programming in single line?
Answer Posted / jilender singh
oops is a programing concept which support four basic
concept 1.abstraction 2. encapsulation 3.polymorphism and
fourth is inheritence.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is polymorphism explain?
Why do pointers exist?
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 interface in oop?
What is polymorphism and why is it important?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What does I oop mean?
What is interface? When and where is it used?
What is the highest level of cohesion?
What is data binding in oops?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What are different oops concepts?
Which is not an object oriented programming language?
what is the drawback of classical methods in oops?
How do you define a class in oop?