WHAT IS THE EXACT USE OF INTERFACE(DONT TELL USE FOR
MULTIPLE INHERITANCE)
Answer Posted / kinge amol
if any future implimentation required so not implimentation
on class but is impliments in interface and inherites
interface form class
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Explain the difference between // comments, /* */ comments and /// comments?
What is a c# delegate?
List the differences between method overriding and method overloading?
What is the adv of using System.Text.StringBuilder over System.String?
Why data types are important?
What is Implementation inheritance
How jit (just in time) works?
List some Advantages of switch-case over if else?
What is the property of a class in c#?
What is an ienumerable in c#?
What are the different types of constructors?
Can you prevent a class from being instantiated?
What is the purpose of private constructor in c#?
What do you mean by saying a "class is a reference type"?
What is class method c#?