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 happens if you inherit multiple interfaces and they have conflicting method names?



what happens if you inherit multiple interfaces and they have conflicting method names?..

Answer / Ajeet Kumar Rawat

When inheriting multiple interfaces in C# that have conflicting method names, the classes must implement all of them. By default, interface methods are abstract and do not provide an implementation. If a class cannot implement a required method because it conflicts with another interface's requirement, it must be explicitly marked as abstract.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

If i have 100 objects in my application are out of scope.when first time garbage collected how many objects memory reference are free?

2 Answers   ITC Infotech,


Is multiple inheritance possible in c#?

1 Answers  


What are the Types of values mode can hold session state in web.config

1 Answers   BirlaSoft,


Define an array?

1 Answers  


Why would you use a class property in c#?

1 Answers  


What is the relation between classes and objects?

1 Answers  


Can you describe iuknown interface in short?

1 Answers  


What do you mean by jagged arrays in c#?

1 Answers  


Is it possible to have different access modifiers on the get/set methods of a property in c#?

1 Answers  


Name the method of servicebase class?

1 Answers  


What is array? What are jagged array ?

1 Answers  


What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?

1 Answers  


Categories