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 are custom exceptions? Why do we need them?
Which is better javascript or c#?
What are scriptable objects?
What are the features of c#?
What are the advantages of using c#?
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?
What is yield c#?
What is a hash table in c#?
What is final keyword in c#?
What are the properties of c#?
Why is c# good for games?
What is meant by desktop application?
Why array is faster than arraylist in c#?
Why are mutable structs evil?
What is expression c#?