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
Why do we use yield in c#?
Why do we overload constructors?
What type of data type conversion happens when the compiler encounters the following code?
What does .length do in c#?
Difference between value and reference type. What are value types and reference types?
Define constructor in c#.
What is instantiating a class?
Is c# or c++ better for games?
What are abstract classes in c#?
What is dictionary class in c#?
What is the use of system.environment class in c#.net?
What is parameterized constructor?
What tool we have to use to install assembli in gac folder.
How to open a new form on button click in Windows forms?
what is an event? Define delegate?