Answer Posted / ragupathy
An Interface is like a class. we can't create object of the
class. we inherit the members of the interface.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Explain how do I get deterministic finalization in c#?
List down the access modifiers available in c#?
What is method and function in c#?
What is difference between for and foreach in c#?
What is boxing & unboxing?
what is object-oriented programming (oop) language?
What does namespace mean?
What is difference between field and property in c#?
What is difference between write and writeline?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
Are arraylist faster or arrays?
What is the difference between do and while loop?
Is a games console a computer?
Is and as in c#?
Please explain value types and reference types used in c#?