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 an escape sequence? Name some string escape sequences in c#.
What are Types of assemblies that can be created in dotnet
What is the difference between decimal and integer?
What is difference between abstraction and encapsulation in c#?
Why main method is static in c#?
Is as operator in c#?
What is polymorphism in c sharp?
What is difference between dynamic and var in c#?
Why is hashset faster?
what is inheritance and an example in vb.net and c# of when you might use it?
Can you instantiate a struct without using a new operator in c#?
What is the purpose of namespace in c#?
Tell me the difference between value passing and address passing?
Can abstract class have constructor in c#?
To allow an element to be accessed using a unique key which .NET collection class is used ?