OOPs Concepts Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 4947 Page Views: 

What is an Object?



Posted By: Avi Date: 29 August 2009 08:07:26 AM
 Answer:

Instances of classes are called as objects.
The class of Employee defines all possible employees by listing the characteristics and behaviors they can have; the object Robert is one particular employee, with particular versions of the characteristics. An Employee has a designation; Robert's designation is let say Project Manager.


Posted By: eTechPlanet


Date: 29 August 2009 08:07:26 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image fLDBPW
Related Questions
OOPs Concepts : Give some examples of programming languages which support object oriented characteristics?

Give some examples of programming languages which support object oriented characteristics?

Some of the programming languages which support object oriented characteristics are ABAP, C++, Perl,....
Category: OOPs Concepts Date: 10/7/2009 6:41:12 AM
OOPs Concepts : What is object oriented programming language?

What is object oriented programming language?

Object oriented programming language allows concepts such as abstraction, modularity, encapsulation,....
Category: OOPs Concepts Date: 10/7/2009 6:35:57 AM
OOPs Concepts : What is message passing in object oriented programming?

What is message passing in object oriented programming?

Message passing is a method by which an object sends data to another object or requests other object....
Category: OOPs Concepts Date: 10/7/2009 6:30:57 AM
OOPs Concepts : What are the advantages of OOPs?

What are the advantages of OOPs?

The major advantages of OOPs are: 1. Simplicity: Software objects model real world objects, so th....
Category: OOPs Concepts Date: 9/12/2009 7:51:12 PM
OOPs Concepts : How polymorphism can be implemented?

How polymorphism can be implemented?

Some examples to implement polymorphism: 1) Method Overriding 2) Method Overloading 3) Operator Over....
Category: OOPs Concepts Date: 9/7/2009 1:12:37 AM