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
Why do we need delegates in c#?
What are the 2 kinds of data type conversions in c#?
What debugging tools come with the .NET ssSDK?
What is a linked list c#?
what is IFormatable
Can class inherit from struct c#?
List the different stages of a thread?
Is as keyword in c#?
What is a custom attribute?
Can we override main method in c#?
What is the resgen.exe tool used for?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
Why do we use void in c#?
How do I simulate optional parameters to com calls?