What?s the difference between an interface and abstract class?
Answer Posted / dj
a class can inherit multiple interface where as
a class can inherit only one abstract class
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is a partial method?
Can you put two constructor with the same structure in a class?
Write a program in C# for checking a given number is PRIME or not.
What is data set in c#?
What is deferred execution?
What is windows application in c#?
What is default class in c#?
Contrast between an interface and abstract class?
Define property in c#.net?
What is .edmx file?
How do you implement thread synchronization in c#?
What are c# collections?
Explain the ways to deploy an assembly?
How many types of collections are there in c#?
What is escape character in c#?