Definition of Object Oriented Programming in single line?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?
program for insertion ,deletion,sorting in double link list
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
what is main difference between object oriented object base
What are the important components of cohesion?
How to use CMutex, CSemaphore in VC++ MFC
what are the ways in which a constructors can be called?
What is oops in simple words?
Which is the best institute in hyderabad for C/C++ and it also has fast track course structure.
what are the uses of C++
Write a program to sort the number with different sorts in one program ??