Answer Posted / krishnaveni.k
An Interface is a reference type. In C# and java not
support the multiple inheritance so i am using interface
concept.A class can implement multiple interfaces and using
interface keyword.It contain only method declaretion. but
not implementaion
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
Can enum have methods c#?
What is generic and non generic collections in c#?
What is property c#?
What are the different approaches of passing parameters to a method?
What is difference between private and protected?
What is callback method in c#?
What is a jagged array?
What happens when thread sleep () method is called?
Explain the process of abstraction with an example?
What does return do in for loop?
What are the advantages of constructor?
Why we use get and set property in c#?
What is a type c#?
What is array formula?
What is meant by generics in c#?