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

Write a macro for swapping integers

5 Answers  


What is late bound function call and early bound function call? Differentiate.

2 Answers   Ness Technologies,


Which language is pure oop?

0 Answers  


In multilevel inheritance constructors will be executed from the .... class to ... class

2 Answers   ABCO, TCS,


What is the difference between encapsulation and polymorphism?

0 Answers  






Can you inherit a private class?

0 Answers  


What is object-oriented programming? Webopedia definition

0 Answers  


Which is the only operator in C++ which can be overloaded but NOT inherited?

8 Answers  


can you explain how to use JavaBean in Project

3 Answers   Infosys, Satyam,


What is a friend function & its advantage?

2 Answers   TCS,


What is abstraction encapsulation?

0 Answers  


There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?

3 Answers   Microsoft,


Categories