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 ? | 6 Yes | 0 No |
Post New Answer View All Answers
Are c# strings immutable?
Why do we need singleton pattern in c#?
How Do You Convert A Value-type To A Reference-type?
How do I convert a string to an int in c#?
What is the use of base keyword? Tell me a practical example for base keyword’s usage?
What is dataset and dataadapter in c#?
What is a delegate how is it type safe?
Is a games console a computer?
What is datareader c#?
Explain the difference between .net and c#?
Contrast between an interface and abstract class?
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
Is learning c# hard?
What is difference between array and arraylist in c#?
How do you create dlls in .NET