What is the difference between class and abstract class?
Answer Posted / srinivas dumpeti
Class is a set of objects and instances
where as abstract class in that their is no declaration,and
that can be inherit to dervied class that is known as
concrete methods..
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what is the meaning of Object lifetime in OOPS
Why can’t struct be used instead of class for storing entity?
What is predicate builder?
Can we inherit partial class in c#?
What is instantiating a class?
What are the steps to create an assembly and add it to the gac?
Why do we use polymorphism in c#?
Is array immutable in c#?
List out two different types of errors in c#?
Can we store different data types in arraylist in c#?
Does c# have functions?
What is the difference between convert and parse in c#?
What is difference between a type and class?
What are immutable types in c#?
In c#, what will happen if you do not explicitly provide a constructor for a class?