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?

Answers were Sorted based on User's Feedback



What?s an interface class?..

Answer / guest

It?s an abstract class with public abstract methods all of
which must be implemented in the inherited classes.

Is This Answer Correct ?    3 Yes 0 No

What?s an interface class?..

Answer / ashish gupta

Interface is a contract so that any class which implement
dis interface must define all the methods which is declared
in interface.

Is This Answer Correct ?    0 Yes 1 No

What?s an interface class?..

Answer / naveen

All memebers in interface must be public however by default
they are public.

Is This Answer Correct ?    0 Yes 1 No

What?s an interface class?..

Answer / kamlesh sharma

interfaces are contract behaviour between class which
implement this must define all the functions that declared
in interface

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Sharp Interview Questions

Which constructor is called first in c#?

0 Answers  


What is difference between dll and exe in c#?

0 Answers  


Define satellite assembly in c#?

0 Answers  


How Is The Dll Hell Problem Solved In .net?

0 Answers   Siebel Systems,


How can you sort the elements of the array in descending order?

2 Answers  


Can you put two constructor with the same structure in a class?

0 Answers  


What do u mean by delegation?

0 Answers  


What is the advantage of dependency injection?

0 Answers  


Define an assembly in .net?

0 Answers  


How do you sort a list in c#?

0 Answers  


what is work of continue statement in C#?

3 Answers  


If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?

2 Answers  


Categories