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
What are custom exceptions?
What are All kind of access specifiers for a class and for methods
Why is c# used?
What do u mean by delegation of authority?
Illustrate serialization?
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
Is it possible to have different access modifiers on the get/set methods of a property?
What is dll in c#?
Why abstract class is not instantiated in c#?
Are multiple data types stored in System.Array?
What is the file extension for c#?
What is console programming language?
What is sealed class in c#?
Does c# have functions?
what happens if you inherit multiple interfaces and they have conflicting method names?