What?s the difference between an interface and abstract
class?
Answer Posted / guest
In the interface all methods must be abstract; in the
abstract class some methods can be concrete. In the
interface no accessibility modifiers are allowed, which is
ok in abstract classes.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Is c# int immutable?
What is object type in c#?
List some Advantages of switch-case over if else?
What is the difference between properties and indexer in c#?
Explain Direct CAST vs CType ?
Can an interface extend a class c#?
How to add controls dynamically to the form using c#.net.
What does firstordefault mean in c#?
What is the data type for bit in c#?
What is the difference between Object and class adapters?
What are the different types of delegates?
What is called method in c#?
What is c# commonly used for?
What is the use of nullable types in c#?
Is an array an object c#?