Definition of Object Oriented Programming in single line?

Answer Posted / a srinivas rao

An Obiect Oriented Programming is a programming which
consist's mainly of object's(because objects are real world
entities any thing in the world can be shown in the form of
an object)

Is This Answer Correct ?    39 Yes 23 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are main features of oop?

629


program for insertion ,deletion,sorting in double link list

2276


How do you use inheritance in unity?

588


What is persistence in oop?

669


when to use 'mutable' keyword and when to use 'const cast' in c++

1642






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?

1403


How to hide the base class functionality in Inheritance?

636


can we make game by using c

3416


why reinterpret cast is considered dangerous?

1896


What is destructor in oop?

621


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

2006


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

1618


What are functions in oop?

582


which feature are not hold visual basic of oop?

1721


What are the components of marker interface?

600