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...

How to call a function when a class implements 2 interfaces and function is present in both interfaces?

Answer Posted / mahesh babu ummaneni

we have two interfaces inclass thet two interfaces having same method name the time wecan call based on interface

example
interface1
{
add()
}
interface2
{
add()
sub()
}
class classname:interface1,interface2
{
'now wewant call the method add from interface1
interface1.add()
'now we want call the method add from interface2
interface2.add()
'now we want call the method sub() from interface2
interface2.sub()
}

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is strongly typed view?

876


Why do we need nullable types in c#?

1155


What is a delegate how is it type safe?

861


Do while loops yes or no c#?

966


What are reflections in c#?

899


Illustrate the differences between the system.array.copyto() and system.array.clone()?

975


What do you mean by casting a data type?

925


how to create crystal reports give one detail example(i want to view age category report) please give suitable example in my small knowledge

2017


What’s a strong name?

992


How do I create a multi language, multi file assembly?

1054


What is better C# or VB.NET?

937


What are Indexers in C#?

1052


How can you write a class to restrict that only one object of this class can be created (Singleton class)?

937


Is string a data type in c#?

842


What are the types of methods in c#?

981