Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 / nikhil surathkal

Object Oriented Programming is a method of programming
based on hierarchie of classes and well defined and
cooperating objects.

Is This Answer Correct ?    6 Yes 1 No

Definition of Object Oriented Programming in single line?..

Answer / ajay

Object oriented programming is way to design real world
application with the help of objects.

Is This Answer Correct ?    9 Yes 5 No

Definition of Object Oriented Programming in single line?..

Answer / veera brahmam m

An Object-oriented programming (OOP) is a programming
language model organized around "objects" rather
than "actions" and data rather than logic. Historically, a
program has been viewed as a logical procedure that takes
input data, processes it, and produces output data.

Is This Answer Correct ?    4 Yes 1 No

Definition of Object Oriented Programming in single line?..

Answer / nirmala

it is a programming paradiam which is used a object

Is This Answer Correct ?    19 Yes 17 No

Definition of Object Oriented Programming in single line?..

Answer / bhawani shankar tripathi

Object oriented progranning is a type of methodology used
for building software applications,it consist of
classes,object,and methods.

Is This Answer Correct ?    7 Yes 5 No

Definition of Object Oriented Programming in single line?..

Answer / rampal singh

object-oriented progrmming is an approch that provide a way
of modularizing program by creating partitioned memory area
for both data and function that can be used as templete for
creating copies of such moduals on demand

Is This Answer Correct ?    2 Yes 0 No

Definition of Object Oriented Programming in single line?..

Answer / santosh

OOPS is the language use to write a real world software
which binds the data and associated funtions together.

Is This Answer Correct ?    9 Yes 8 No

Definition of Object Oriented Programming in single line?..

Answer / manoj

OOPs is a Programming Model in which everything in real
world is consider as Objects

Is This Answer Correct ?    5 Yes 4 No

Definition of Object Oriented Programming in single line?..

Answer / rampal singh

In Object Oriented Programming, a class defines a type of
variable.

An object doesn't exist until an instance of the class has
been created; the class is just a definition. When the
object is physically created, space for that object is
allocated in RAM. It is possible to have multiple objects
created from one class.

Is This Answer Correct ?    2 Yes 1 No

Definition of Object Oriented Programming in single line?..

Answer / shailesh shrivastava

OOPS is a collection of concepts or a technique that helps
to develop well define application .

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More OOPS Interview Questions

Can a destructor be called directly?

0 Answers  


what is inline function?

3 Answers  


write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).

0 Answers  


advantage and disadvantage in c++>>oops and what are the questions ask for interview in c++>>oops. could you tell me or reply me

0 Answers  


#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,


Can we create object of interface?

0 Answers  


What is the concept of object oriented program?

6 Answers  


Can we create object of abstract class?

0 Answers  


What is the advantage of oop over procedural language?

0 Answers  


What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

0 Answers   IBM,


Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?

5 Answers  


what is data hiding.

3 Answers   Wipro,


Categories