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 does do in c#?
What is interface c#?
How do you remove white spaces from a string?
Why do we use dictionary in c#?
Define satellite Assembly?
What are the access modifiers in c#?
How many root nodes are there in an xml document?
explain the nature of the assembly work?
What is strong name in c# and how can we use it?
What are floating point numbers?
Is c# easier than javascript?
what is difference between is and as operators in c#?
Does the system.exception class have any cool features?
Can we override static class in c#?
what is IDisposal interface,IComparable,IEquatable,IFormatable