Definition of Object Oriented Programming in single line?
Answer Posted / bhawani shankar tripathi
Object oriented progranning is a type of methodology used
for building software applications,it consist of
classes,object,and methods.
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is difference between abstraction and encapsulation?
What is the problem with multiple inheritance?
What is the difference between procedural programming and oops?
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(); }
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What language is oop?
Write a program to reverse a string using recursive function?
How can you overcome the diamond problem in inheritance?
Which language is pure oop?
What is the full form of oops?
What is the difference between static polymorphism and dynamic polymorphism?
Why do we use class in oops?
Is html an oop?
What is polymorphism in oop example?
What are the benefits of oop?