What is an Interface? Have you ever developed an Interface.
Answer Posted / arash
sorry i meant "its like multiple inheritance in C++ "
interface is an oops concept (inheritance)
its like multiple inheritance in C++
but we use Interface in .Net
Public Interface AnInterface //interface
Function WhoAmI() As String
End Interface
Public Class AClass
Implements AnInterface
Public Function WhoAmI() As String Implements AnInterface.WhoAmI
Return "AClass"
End Function
End Class
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is Full trust permission set in .Net
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
Define marshling?
what is prototype design pattern in .net
Interop Services?
How is .net able to support a lot of languages?
Is .net core free?
How does cas works?
What is garbage collection and how it works ?
Explain what relationship is between a process, application domain, and application?
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.
Explain the difference between vb and vb.net?
How to manage pagination in a page using .net?
What is 3 tier architecture?
Using com component in .net?