Answer Posted / radhika
An interface defines a contract for a class.The name of an
interface begins with a capital I.interface doesnot
contains any method implementations.The class that
implements the interface must provide all the
implementation for the members defined in that interface.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are namespaces, and how they are used?
Why we use get set property in c#?
Define method overloading in c#?
Does console.writeline() stop printing when it reaches a null character within a string?
Is char * null terminated?
Is post back in c#?
Is friend a constructor?
Can we inherit singleton class in c#?
Can main method be final?
Which attribute is used in order that the method can be used as webservice?
what are the Disadvantages of vb
Why is xml called extensible?
What is the use of generics in c#?
Does c# support templates?
If you define a user defined data type by using the class keyword, is it a value type or reference type?