What is the difference between Abstract and Interface?
Answer Posted / saurabh
you can define variables in abstract class but this is not
allowed in interfaces.
Is This Answer Correct ? | 20 Yes | 11 No |
Post New Answer View All Answers
C# called c sharp why?
What is the default scope of a class in c#?
How can you access a private method of a class?
What is function and method in c#?
What is the purpose of static?
what is a enumeration in c#
Explain use of abstract and sealed classes in c#?
What is a shared assembly?
What is the difference between firstordefault and first?
How we can create an array with non-default values?
How long does a loop recorder procedure take?
What is the difference between static and private constructor in c#?
What is the use of constructor in c# with example?
What is the difference between dispose() and finalize() methods in c#?
Where do we use static class in c#?