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
Can we write class inside a class in c#?
What is the difference between package and interface?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?
What do you mean by hashtable c#?
Can properties be private in c#?
What do you know about WM_CHAR message?
write a C# Program add two matrix ?
List some of the common data providers for ado.net framework?
What is parallel foreach c#?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
What is difference between write and writeline in c#?
Difference between value and reference type. What are value types and reference types?
What is arraylist class in c#?
What is delegate in c# interview questions?
What is the difference between interface and abstract class in c#?