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
How do I unload an application domain?
What is data reader in c#?
How do I download a program to my desktop?
What is garbage collector and where should you use in .NET?
What is msil in c#?
Explain the role of the datareader class in ado.net connections?
Explain the difference between a struct and a class?
Does c# have primitives?
Can an abstract class have a constructor c#?
What are the various components in crystal reports?
What are c# attributes and its significance?
What is the task perform by clr?
Which framework is best for desktop application?
What is null character in string?
What is data type in c# with example?