Definition of Object Oriented Programming in single line?
Answer Posted / ajay
Object oriented programming is way to design real world
application with the help of objects.
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
What makes a language oop?
How to improve object oriented design skills?
Which method cannot be overridden?
What is polymorphism what is it for and how is it used?
Why do we use polymorphism in oops?
what are the ways in which a constructors can be called?
what is the drawback of classical methods in oops?
What are functions in oop?
What is the problem with multiple inheritance?
What is abstraction in oop?
Get me a number puzzle game-program
What is polymorphism give a real life example?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Why do we use inheritance?
How do you explain polymorphism?