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 is the purpose of escape sequence?
What is the advantage of dependency injection?
What does convert toint32 mean?
Is array thread safe c#?
What are the Types of compatabilities and explain them
Does a loop recorder have to be removed?
Is c# still popular?
What is dependency injection in simple words?
What are boxing and unboxing?
What do multicast delegates mean?
What is dto c#?
Explain the difference between Response.Write () and Response.Output.Write ().
what is the difference between the debug class and trace class?
Define multicast c# delegate?
What is get set in c#?