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 |
If i have 100 objects in my application are out of scope.when first time garbage collected how many objects memory reference are free?
Is multiple inheritance possible in c#?
What are the Types of values mode can hold session state in web.config
Define an array?
Why would you use a class property in c#?
What is the relation between classes and objects?
Can you describe iuknown interface in short?
What do you mean by jagged arrays in c#?
Is it possible to have different access modifiers on the get/set methods of a property in c#?
Name the method of servicebase class?
What is array? What are jagged array ?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)