Definition of Object Oriented Programming in single line?
Answer Posted / sureshk_ap
OOP is a programming technique in which focuses on objects
to get the real world applications.
| Is This Answer Correct ? | 49 Yes | 18 No |
Post New Answer View All Answers
how to get the oracle certification? send me the answer
What does and I oop mean?
What is meant by multiple inheritance?
Which language is not a true object oriented programming language?
What are the features of oop?
What are the advantages of polymorphism?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Why do we use oop?
What is constructor overloading in oop?
Which language is pure oop?
Can destructor be overloaded?
what type of questions
Why multiple inheritance is not possible?
What is constructor in oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?