Answer Posted / vishal
Please ignore my previous response.
Whenever a class implements any interface, it has to
necessarily implement all the methods of the interface.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can the accessibility of a type member be greater than the accessibility of its containing type?
How can we sort an array in c#?
the c# keyword .int. Maps to which .net type?
What is the difference between the debug class and trace class? Documentation looks the same.
What are the advantages of constructor?
Is c# an open source?
Is dictionary a collection?
What is gac? How to put assembly in gac?
Is type nullable c#?
What is meant by enumerable in c#?
What do you mean by thread safe in c#?
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?
What is difference between the "throw" and "throw ex" in .net?
How do you create partial methods?
Why c# is called type safe language?