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
What operators can be used to cast from one reference type to another without the risk of throwing an exception?
Are c# objects passed by reference?
What is an expression in c#?
Which is the best language for desktop application?
What is the difference between namespace and class in c#?
What are expressions c#?
Is lazy t thread safe?
Why do we need escape characters?
what is a static constructor?
Is an interface a type c#?
What is the difference between integer and double?
What are handlers in c#?
What is the difference between decimal and integer?
What are the concepts of dispose method?
What is the purpose of abstract class in c#?