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 does xpath return?
How many types of constructors are available in c#?
What is deadlock in c#?
Can int be null c#?
Does google use c#?
What is default value of bool in c#?
How does bitwise work?
Why array is faster than arraylist in c#?
What are Namespaces?
What are modifiers in c#?
What is dll hell, and how does .net solve it?
What are the methods in c#?
If dll and exe files are same it means you can deploy both the files in gac?
What does int32 mean in c#?
Is exe is machine dependent?