If u declare two interfaces withsame methodnmae .prototype
how can u call the particular method from class?
Answer Posted / diana cheriyan
Suppose IntSample1 and IntSample2 are interface,then We call
method of IntSample1 by IntSample1.Methodname
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is pure abstract class in c#?
Describe the overview of clr integration.
Are tuples immutable c#?
What is type checking in c#?
What is a scope in c#?
What is the use of xmlserializer?
Can extension methods access private members?
Which debugging tools you can use in the .NET ssSDK?
Define Final Class in C#
What are the collections in c#?
What is the process of Serialization?
What are the basic string operations? Explain.
What is concrete class in c#?
What is the advantage of generics in c#?
What is a shared assembly?