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 Interface? Explain with an example.

Answer Posted / mohit bhandari

An interface is a named set of method signatures.Interfaces
can also define events and properties because all of these
are just syntax shorthands that map to methods anyway.
In C#, interface keyword is used to define an interface,
giving it a name and its set of instance method signatures.
e.g.
public interface IDisposable {
void Dispose();
}

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the different ways a method can be overloaded?

919


What are the extension methods in c#?

953


What is a dimensional array?

922


Why is dll used?

1038


What basic steps are needed to display a simple report in crystal?

995


What do you mean by a windows process in regards to memory allocation?

1004


What is the signature of a method?

967


What is difference between list and dictionary in c#?

913


Explain the Usage of web.config

1038


Is arraylist thread safe?

932


What is mean by c#?

1006


Does the variables of a private class-level inherited?

1057


Explain about Destructor method?

1014


What is private variable?

950


What is task parallel library?

1115