What is an Interface? Have you ever developed an Interface.
Answer Posted / kinjal
interface is reference type and contain only abstract member.
interface member can be Methods ,events, properties and indexer. but interface contain only declaration of members.
interface can't contain constant ,data field, constructor ,static members, destructors.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What exactly is being serialized when you perform serialization in .net?
Tell me about secure socket layer? How to make use of the technology?
Difference between user groups and code groups
What is the use of activex control in .net?
Explain .NET architecture?
How do I use the thread pool?
What is 3 tier architecture?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
What is the concept of inheritance and how it works in .net?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
I was working for software company frm 2005 to 2009. I left job due to recession.I was jobless till dec 09 then i got job in bpo and i am not knowing what to do as my professional experience is with software.give me any suggestion.
Describe the compilation process for .net code?
What do you mean by Driver Script?
What is the difference between boxing and unboxing?