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
How can you read 3rd line from a text file?
What is lazy loading c#?
What is wpf c#?
What is method and function in c#?
Where are value types stored in c#?
Is cli same as the clr?
What is a nullreferenceexception?
Is null empty or whitespace c#?
When a switch is said to be congested?
Why ref is used in c#?
What are custom exceptions?
What is a value type in c#?
What is the difference between field and variable in c#?
How do destructors and garbage collection work in c#?
What are the types in c#?