What is the difference between class and abstract class?
Answer Posted / ajit singh
1>A Class is a collection of objects,we can create the object of a class but in case of abstract class we unable to carete the object and no decleration.
2> class can contain method and definations,abstract class having all methods abstract
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is desktop application testing?
Differentiate between static class and singleton instance?
Why delegates are type safe in c#?
What is multidimensional array in c#?
Is array a collection c#?
How Global.asax is used ?
What are the steps to create a webservice and consume it?
Why linq is having select clause at the end?
While debugging a C# application can you change the value of a variable?
Are structs value types c#?
Give examples for value types?
What are Types of assemblies that can be created in dotnet
What is the main purpose of xml?
What is a function c#?
Explain the types of Polymorphism.