What is Interface? Explain with an example.

Answer Posted / senthil

An Interface is a reference type and it contains only
abstract members. the interface contains only declaration
for its members. Any implementation must be placed in class
that realizes them. Interface's members can be Events,
Methods, Properties and Indexers. But

Is This Answer Correct ?    44 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does c# support #define for defining global constants?

771


What is executescalar in c#?

624


What is routing in c#?

629


Explain the difference between pass by value and pass by reference.

719


What does void do in c#?

709


Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards

1644


Why do we need reflection in c#?

667


What is a void c#?

651


What is verbatim string literal in c#?

641


what is full assembly reference

703


What is yield break in c#?

674


If I want to override a method one of class A and in class b then how do you declare?

926


What is the data encapsulation?

631


How to override a function in c#?

723


Explain About web methods and its various attributes

727