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 the class in c#?
What is the use of main method in c#?
Do we get an error while executing the “finally” block in c#?
Is a games console a computer?
Why do we use stringbuilder in c#?
What do you mean by saying a "struct is a value type"?
What is the use of oops in c#?
What are strongly typed objects?
How do I download a program to my desktop?
What is the file extension for c#?
What are annotations in c#?
What are extensions methods in c#?
What are the concepts of dispose method?
Define method overloading in c#?
Is it possible to inline assembly or il in c# code?