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 the difference between object and class

Answer Posted / prema

Class is a template or a plan for creating objects.

For example: For construction of building we need a plan.
Without plan we can't construct building. Here plan acts as
class. Building acts as object.Using the same plan we can
build any number of building.

In the same way we can create any number of objects for the
same class.Class tell whats the object state and behaviour.
Basically class tells what the object should have.

Object is an real world entity, which has something and
which know something. It means ojects has state and
behaviour.State of the object is represented by instance
variable. Behaviours are representd by methods.

Is This Answer Correct ?    24 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we override constructor?

1081


Can you declare the main method as final?

1062


Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?

1071


What are the three parts of a lambda expression?

1061


Is overriding possible in java?

1005


What is a condition in java?

1088


What is application tier?

1178


What is the difference between yield() and sleep()?

1062


What is anagram of a string?

995


explain copyonwritearraylist and when do we use copyonwritearraylist?

986


What is the function of compareto in java?

1113


What are 5 boolean operators?

1248


State the difference between creating string as new () and literal.

1181


Is linkedlist thread safe in java?

1033


What is the use of bufferedreader?

1045