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
Suppose two interfaces have same method, so how will you implement these methods in derive class?
How Reflection is used and what it's significance ?
Can I fly with a loop recorder?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
What's the difference between abstraction and encapsulation?
Is learning c# hard?
Is string a primitive data type in c#?
What is difference between an reference type and value type in C#?
What are cshtml files?
What is method overriding in c#
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
What is Garbage Collection in .Net?
What is xml document how do you open it?
Can mvc be used for desktop applications?
What is difference between .net and c#?