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 is the difference between Object and class adapters?
Can hashtable have duplicate keys in c#?
How many types of inheritance are there in c#?
Explain about c# language.
What is assembly manifest?
What are the types of attributes in c#?
How to generate strong name key file or which command is used to generated strong name key file?
What are extension methods and where can we use them?
What is dll hell, and how does .net solve it?
Who benefits from ajax?
What is use of console?
What is the meaning of int parse in c#?
What is firstordefault c#?
Explain the difference between the system.array.copyto() and system.array.clone()?
What is application c#?