What is the difference between class and abstract class?
Answer Posted / ajit singh
1>A Class is a collection of objects,we can create the object of a class but in case of abstract class we unable to carete the object and no decleration.
2> class can contain method and definations,abstract class having all methods abstract
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why to use “finally” block in c#?
When do you generally use a class over a struct?
How you will create satellite assemblies?
In gridview in editmode if we want to display information in one combobox based on
What are satellite assemblies?
What does using system mean in c#?
Is dll a library?
List the two important objects of ado.net and also list the namespaces that are commonly used in ado.net to aid in connection to a database.
What are native functions?
What are functions c#?
What are most desktop applications written in?
What does out mean c#?
What is datetime minvalue in c#?
What is COM Interoperability?
Explain jagged arrays in c#?