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
Does c# support #define for defining global constants?
What is executescalar in c#?
What is routing in c#?
Explain the difference between pass by value and pass by reference.
What does void do in c#?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
Why do we need reflection in c#?
What is a void c#?
What is verbatim string literal in c#?
what is full assembly reference
What is yield break in c#?
If I want to override a method one of class A and in class b then how do you declare?
What is the data encapsulation?
How to override a function in c#?
Explain About web methods and its various attributes