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

How can I find out what the garbage collector is doing?

1035


Tell us what is a sealed class?

1088


How will you register com+ services?

2083


Explain the code behind wors and contrast that using the inline style.

1071


Do you know the difference between the stack and the heap?

1058


Explain can the validation be done in the server side? Or this can be done only in the client side?

986


Why you want to leave your previous company.

2183


How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?

1061


Explain about .NET services?

1124


What is the difference between constants and read-only variables?

1177


Explain how com+ related to the dna architecture?

1070


What are data types in .NET?

1215


Please explain when should you use .net web forms over asp.net mvc?

1059


What is .net technology?

1099


what is the default security setting in .net?

1038