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
Define satellite Assembly?
Why do we need singleton class in c#?
Write a short note on interface?
What do you mean by stack and heap in c#?
Define delegation in .net?
Why do we need indexer in c#?
What is remote data?
How do you specify a custom attribute for the entire assembly (rather than for a class)?
What is static variable in c#?
What is asax file in c#?
What is asp net in c#?
What are floating point numbers?
How to exclude a property from xml serialization?
What is console application with example?
Define parsing? Explain how to parse a datetime string?