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?s an interface class?

Answer Posted / lakshmi

1)An Interface is a reference type and contains only
abstract members.
2)Interface contains declaration of methods, properties,
Indexers and events.
3)You can never instantiate an interface, it only contains
signature of its members.
4)An Interface has neither constructors nor fields.
5)An Interface definition also not permitted to contain
operator overloads.It is also not permitted to declare
modifiers on the members in an Interface definition.
6)An Interface members are always implicitly public and
cannot be declared as virtual or static.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the namespace for the thread class?

993


How do I simulate optional parameters to com calls?

995


Why delegates are type safe?

966


What are primitive data types in c#?

972


What does console readkey do in c#?

974


Explain About a class access specifiers and method access specifiers.

1040


Is list passed by reference c#?

926


What is check/uncheck?

1317


What is a private class in c#?

1199


What is ienumerable t in c#?

915


What is an array of arrays called?

916


How can I check the type of an object at runtime?

1006


What are "class access modifiers" in C#?

1007


Why are strings immutable in c#?

950


What is an assembly in dotnet?

1044