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 class and object explain with example?

Answer Posted / shubham saurabh

Object has states and behaviours. An object is instance of object.Exp:states-colour,name,breed and behaviour-wagging,barking,eating.
A Class is a template/blue print that describes the behaviour of object.

public class Dog
{
string breed;
int age;
string colour;
void barking()
{
}
void hungry(){
}
void sleeping(){
}
}

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of virtual, sealed, override, and abstract.

1039


Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture

1004


Define an interrupt? : Dot net architecture

1028


Difference between type constructor and instance constructor?

1187


.Net Frame work arch?

2098


What are the new features of .net 2.0?

1017


So what exactly is the configuration file for then?

1010


Use of Enable view state ? if turn off what happen ?

4567


how to add list of items in a web application and win application?

2116


What are different types that a variable can be defined and their scopes ?

1102


What is the difference between metadata and menifest ?

973


Explain domestic architecture artifacts? : Dot net architecture

961


Session State and can i store desirialized object in state server, if yes how and if not why.

1835


How do I know when my thread pool work item has completed?

975


what is inheritancy where u required ?

2055