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
Why c# is type safe?
What is the meaning of 0 in c#?
What are the types of serialization?
Where static variables are stored?
Is cli same as the clr?
Explain manifest in c#.
Can interface inherit class in c#?
Overloaded constructor will call default constructor internally?
What is difference between dynamic and var in c#?
What is linq c#?
What does using do in c#?
what is a structure in c#
Which debugging tools you can use in the .NET ssSDK?
What are expressions c#?
What is the do while loop code?