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
What is iqueryable?
What is the difference between function and method in c#?
Explain polymorphism in c# with a simple example?
What is the difference between a class and an object c#?
Why abstract class is not instantiated in c#?
Explain About .NET Framework
Define multicast c# delegate?
What are the properties of a string class?
What is polymorphism c# example?
What is verbatim string?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
If you want to convert a base type to a derived type, what type of conversion do you use?
What are the Types of assemblies that can be created in dotnet
Can an int be negative c#?
What is a value type in c#?