An abstract class is inherited, an Interface also
inherited(multiple inheritance), How it differences.
Answer Posted / kidkid
An abstract class has its properties but an interfaces has
only method (abstract method).
However A class can inherit only one abstract class but can
inherit one or more interface.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Why do we need interface in c#?
What is view state c#?
How is a string immutable?
What is c# most used for?
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
Why cannot you specify the accessibility modifier for methods inside the interface?
Where value types are stored in c#?
Define multicast delegate? How it be used?
What is c# best for?
Describe two uses of the “using” statement during the operation of c#?
Is null == null c#?
Is arraylist thread safe?
What are the methods in c#?
Explain types of comment in c# with examples
Tell us something about static linking and dynamic linking?