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 / dsr

class is templet of an object. object is a instatiate the
class.Object is super class of all objects.

Class One{ //class

public void getMethod(){

Console.WriteLine("one....");

}

public static void main(String[] args)
{
One one = new One(); //one is an object of that class.
console.writeLine();
}

Is This Answer Correct ?    15 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the options provived by vss to the user? how it will help us while delevoping application?

2274


Explain about the base class library provided by microsoft.net?

1144


What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?

1018


Can you explain update progress control?

986


Why the config file might not be writable

1203


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

999


Explain Singleton design pattern in .net

1045


What is difference between .net and visual studio?

1023


What is Video Streaming in .net??

1026


What is .net viewstate?

979


State and explain about microsoft.net?

1015


Explain about validation?

1046


What is one way operation?

1010


Explain the difference between primary & secondary storage device? : Dot net architecture

1018


12. Types of polymorphisem[Run and Design Exp.]

2122