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 / manas kumar maharana

object is a realworld entity which have some proporty and
behabiour.it is a runtime entity in oops.it is a
partitioned area of memory containg data and function to
process the data.
class is a collection of simillar type of objects.it is a
user define datatype
example:
class muna
{
memberfunction()
{
datatype:
}
};
main()
{
muna ob1;
ob1.memberfunction();
}

Is This Answer Correct ?    6 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about metadata?

883


Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.

897


What is the use of web.config?

1080


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

880


Explain how cache is used? : Dot net architecture

1025


What are the types of memory management? : Dot net architecture

847


What is the difference between l1 and l2 cache? : Dot net architecture

887


What are the main Tools to develop .Net Application?

895


What is a clickonce application?

874


difference between Response.write,server.transfer and also which one is used when ?

1861


Can I create my own context attributes?

918


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 on hardware that converts the ascii value to binary? : .NET Architecture

829


Whats new features in Visual Studio 2012?

915


Explain about validation?

957


How can we perform data binding in atlas?

874