Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is an Interface? Have you ever developed an Interface.

Answer Posted / arash

interface is a oops concept (inheritance)
its like multiple inheritance in C#.net with inheritance Key but we use Interface in VB.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 ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain clr, cts and cls?

1149


Tell us the differences between an interface and an abstract class in .net?

1131


What is clr in .net?

1142


How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?

1039


What is the difference between response.write & response.output.write?

1103


Explain dataset.acceptchanges and dataadapter.update methods in .net?

1058


What is SOAP? How you will do windows and forms authentication?

1214


What is COM Interoperability in .NET

1138


Tell us what is heap and what is stack?

1254


How do we access crystal reports in .net?

1175


What is .net standard?

1300


What is typical about a windows process in regards to memory allocation in dot net?

1128


Explain what is the difference between web application and enterprise application?

1091


What is a web service in .net?

1141


What is multiThreading in .NET?

1103