Definition of Object Oriented Programming in single line?

Answers were Sorted based on User's Feedback



Definition of Object Oriented Programming in single line?..

Answer / sidhi.r

Object oriented programming is a programming paradigm which
uses objects and its interactions to design applications
and computer programs.

Is This Answer Correct ?    163 Yes 26 No

Definition of Object Oriented Programming in single line?..

Answer / 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

Definition of Object Oriented Programming in single line?..

Answer / 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

Definition of Object Oriented Programming in single line?..

Answer / sheetal

OOP is a programming technique for developing software
solutions wherein real world is represented in terms of
objects.

Is This Answer Correct ?    29 Yes 16 No

Definition of Object Oriented Programming in single line?..

Answer / deepanjali joshi

oops is real world entity,in which data and function are
hidden from outside the world only object of the class can
access the dat and function of class

Is This Answer Correct ?    27 Yes 14 No

Definition of Object Oriented Programming in single line?..

Answer / sekar

Object-oriented programming as an approach that provides a
way of modularizing programs by creating partitioned memory
area for both data and functions that can be used as
templates for creating copies of such modules on demand.

Is This Answer Correct ?    24 Yes 12 No

Definition of Object Oriented Programming in single line?..

Answer / sreevals

An Object-Oriented Program consists of a group of
cooperating objects, exchanging messages, for the purpose
of achieving a common objective

Is This Answer Correct ?    39 Yes 29 No

Definition of Object Oriented Programming in single line?..

Answer / suresh palkar

It is an approach that provide a way of modularizing
programs by creating partitioned memory area for both data
and function that can be used as templates for creating
copies of such modules on demand

Is This Answer Correct ?    13 Yes 5 No

Definition of Object Oriented Programming in single line?..

Answer / chitra

oop is the feature that allows a mode of modularizing
programs by forming separate memory area for data as well
as functions that is used as object for making copies of
modules as per requirement.

Is This Answer Correct ?    20 Yes 13 No

Definition of Object Oriented Programming in single line?..

Answer / brijesh

OOPs is the Programming language in which we intrect with
the object world.And we define our logic inside a class and
take it by object.

Is This Answer Correct ?    13 Yes 6 No

Post New Answer

More OOPS Interview Questions

how much classes are used in c++

5 Answers  


You attempt to query the data base with this command: SELECT name, salary FROM employee WHERE salary=(SELECT salary FROM employee WHERE last name='Wagner' OR dept no=233) Choose most appropriate option from the following: 1)Sub-queries are not allowed in the where clause. 2)a multiple row sub-query used with a single row comparison operator. 3)a single row query is used with a multiple row comparison operator.

10 Answers   Zycus Infotech,


Name a typical usage of polymorphism

3 Answers  


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.

0 Answers  


write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.

0 Answers   Microsoft, TCS,






What is encapsulation with example?

0 Answers  


Can an interface inherit a class?

0 Answers  


Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345

7 Answers  


What is command routing in MFC

1 Answers   GE,


What are the 5 oop principles?

0 Answers  


Why a "operator=(...)" when there is a copy ctor?

2 Answers  


what is the function of 'this' operator ?

7 Answers   Wipro,


Categories