What is the Difference between class and abstract class?
Answer Posted / dilip devagan
abstract class can be inherited but
we can not create the instance of abstract class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is int32?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What is multicast delegate in c# ?
What is collection class c#?
What is static classes?
How do I get deterministic finalization in c#?
Explain namespaces in c#.
What is generic types in c#?
What is data binding c#?
What is the data encapsulation?
Explain the features of an abstract class in net.
Why do we need properties in c#?
What are c# attributes and its significance?
Name which controls do not have events?
What is the default boolean value in c#?