Answer Posted / sujai cn
If an interface is impemented by a class then all the
methods in interface has to be implemented , but if we use
an abstract class to imlplement the interface then some or
all of methods may not be implemented it has to be noted
that the in derived classes of this abstract class has to
implement the methods which are not implemented in the
abstract base class.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are properties in c#. Explain with an example?
What is datacontract in c#?
What is binding in c#?
What is helper method in c#?
Which is executed if an exception has not occurred?
What is for loop in c#?
Is typeof c#?
Please explain value types and reference types used in c#?
Is linkedhashset synchronized?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
How to transpose multi-dimensional array?
What is the purpose of namespace in c#?
What is the process of Serialization?
What are tuples c#?
What is serializable in c#?