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
What is the difference between “out” and “ref” parameters in c#?
Is exe is machine dependent?
What is data bind in c#?
What does this keyword mean in c#?
Why linq is having select clause at the end?
When can a derived class override a base class member?
What does question mark mean in c#?
Will the following code compile?
What is an escape sequence? Name some string escape sequences in c#.
Value Type and Reference Type Data type in C#?
Where’s global assembly cache located on the system?
How many classes are there in classification?
What is public or shared assemblies ?
Explain manifest in c#.
What is the difference between const and static read-only?