Definition of Object Oriented Programming in single line?
Answer Posted / nikhil surathkal
Object Oriented Programming is a method of programming
based on hierarchie of classes and well defined and
cooperating objects.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Why is encapsulation used?
What is polymorphism what is it for and how is it used?
What is abstraction example?
What is balance factor?
which feature are not hold visual basic of oop?
Which is not an object oriented programming language?
Can destructor be overloaded?
What is the main feature of oop?
What is an advantage of polymorphism?
Can static class have constructor?
What is oops in simple words?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is class and object in oops?
What do you mean by abstraction?