What is the difference between class and abstract class?
Answer Posted / sravanthi
A class is a template that defines the form of all
objects.where as abstract class provides a contract between
service providers and its clients.an abstract class can
provide implementation.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is c# queue thread safe?
If a method's return type is void, can you use a return keyword in the method?
Explain manifest & metadata in c#.
What is difference between an reference type and value type in C#?
What is a sealed class?
What is marshalling and what are different kinds of marshalling?
What is the difference between read and readline in c#?
Can a struct be null?
What is a deadlock lock?
Explain how to add controls dynamically to the form using c#.net.
Name some string escape sequences in c#.
Is ram a heap?
How do I do implement a assert?
What are the advantages of using delegates in c#?
Can we have only “try” block without “catch” block in c#?