adspace
Answer Posted / Dharmendra Kumar Gupta
An interface is a collection of abstract methods (without implementation) that define a contract for a set of methods that a class implementing the interface must provide. Interfaces are used in object-oriented programming to achieve polymorphism, allowing multiple classes with different implementations to be treated as a single type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of assembly?
Explain an assembly?
What are the features of c# which are not present in vb.net?
Explain the difference between datatable and dataset?
Explain how can we remove handlers at run time?
How to send xml file on server using http protocol?
Explain the difference between system.string and system.stringbuilder classes?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
What is early binding?
What is option strict?
How to store images in sql server database through vb.net?
How to retrieve images in sql server database through vb.net?