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

What do you know about machine.config file ?

902


How can we integrate atlas with web services?

896


Explain cache? : Dot net architecture

931


What is textview control of .net mobile? : Microsoft dot net mobile

947


data types used in validation control

2161


Explain about httpruntime.cach.get(); method?

966


How is the using() pattern useful? What is idisposable?

880


What are the major differences between services and web services?

885


Waht is Dot net Arcitecture

2342


What is cache coherency? : Dot net architecture

948


What is .net mobile lists. : Microsoft dot net mobile

897


Define a managed code? : Dot net architecture

888


What does this do? Gacutil /l | find /i "corillian"

979


What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture

1063


How can we perform data binding in atlas?

874