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

OOP Provides a way of Modularizing Programs by creating
memory area for both data and function that can be used as
templetes for creating copies of such modules on demand.

Is This Answer Correct ?    0 Yes 2 No

Definition of Object Oriented Programming in single line?..

Answer / jithin

Object Orieante Promming is working with the number of
objects to create a real world application.

Is This Answer Correct ?    3 Yes 6 No

Definition of Object Oriented Programming in single line?..

Answer / gangarampal

OOPS as Object Oriented Programming language.This type
of programming allows the creation of an object which always
has the same functional use, but can have multiple definitions.
for Ex. my company creates a diagnostic product. This product
provides a set of "objects" to be used to represent
diagnostic knowledge.One object in the set, the symptom,
represents an observable problem that someone might call a
tech support center to report.

Is This Answer Correct ?    2 Yes 6 No

Post New Answer

More OOPS Interview Questions

In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}

1 Answers  


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

0 Answers   CAT,


#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile

1 Answers   CTS, Wipro,


What is difference between multiple inheritance and multilevel inheritance?

0 Answers  


What is conditional Compilation?

3 Answers   emc2, HCL,






Is react oop?

0 Answers  


what is the virtual function overhead, and what is it used for ? i hope i can get and appropriate answers, thanks a lot....

6 Answers  


polymorphism means?

6 Answers   BFL,


whats the difference between c and c++

7 Answers   Syntel,


What is the point of oop?

0 Answers  


Why multiple inheritance is not allowed?

0 Answers  


what is the new version of oops

0 Answers   Ignou,


Categories