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...


What is an object?

Answers were Sorted based on User's Feedback



What is an object?..

Answer / vikas patel

Object is the block of the memory to derived class...

ex
Rectangle rec = new Rectangle....
rec is the object

Is This Answer Correct ?    0 Yes 1 No

What is an object?..

Answer / manoj kumar

Object is an entity with identity,state and behavior.
object is an entity that exist in the real word.

example:

int a;
a=10;

Identity of an object is a.State is represented by data value
i.e. 10 and behavior of the object is that it is integer type.

Is This Answer Correct ?    0 Yes 1 No

What is an object?..

Answer / vinod

Object is a separate copy of CLASS which has properties and
functions. it has it's own memory space and things. when
the properties are changed it will not affect the other
object of the same class

Is This Answer Correct ?    0 Yes 2 No

What is an object?..

Answer / rinku

object is a variable of data type class

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More OOPS Interview Questions

write a program to find 2^n+1 ?

0 Answers   CTS,


write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation

1 Answers   College School Exams Tests, HCL, IBM, TCS,


Is abstract thinking intelligence?

0 Answers  


write a program to print * * * * * *

2 Answers  


why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??

1 Answers  


What is oops in simple words?

0 Answers  


What is the importance of oop?

0 Answers  


Child cObj = new Parent() Wahts the output ?

8 Answers   Patni, TCS,


How do you make derived class as an abstract class?

1 Answers   Convergys, TCS,


JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?

3 Answers  


How is data security provided in Object Oriented languages? ?

5 Answers  


What is polymorphism explain?

0 Answers  


Categories