What is the difference between class and abstract class?
Answer Posted / vijay kumar
Class can create 'n' numbers of objects but abstract class
can only create reference object.and bydefault scope of the
abstract class is public while simple class bydefault internal.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain partial class in c#?
List down the reason behind the usage of c# language.
What is a partial class. Give an example?
what is the default access for a class
What is unmannaged code and will CLR handle this kind of code or not .
What is uint c#?
How many types of collections are there in c#?
What is class and object c#?
How string definitions will prevent escaping on backslashes in C#?
What is datagridview in c#?
How long can loop recorders stay in?
How do I use the 'using' keyword with multiple objects?
What is type class in c#?
What is scope c#?
What is difference between list and ilist in c#?