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
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is .net technology?
Differences between namespace, class, assembly?
What is finalize method in .net?
What is the difference between a namespace and assembly name in .net?
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
What does jit compilation do in .net?
What is operator overloading in .net?
What are asp.net authentication providers and iis security?
Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column
What is strong-typing versus weak-typing? Which is preferred?
What is different between webusercontrol and in webcustomcontrol?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
How many types of generations are there in a garbage collector?