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
Describe ways of cleaning up objects in c#.
What is difference between dictionary and hashtable in c#?
Define satellite assembly in c#?
Compare and contrast between the System.Array.CopyTo() and Clone()?
What is extended class in c#?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
What is expandoobject in c#?
how to sort an array in c#
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What is the difference between array and arraylist in c#?
Why attributes are used in c#?
What is the use of list in c#?
list the steps in code compilation in c#?
Is string passed by reference in c#?