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 expandoobject in c#?
What is the difference between function and method in c#?
What is function c#?
What is property in c#?
What are the properties of c#?
What is class in oops with example in c#?
Do events have return type c#?
What is better C# or VB.NET?
Is c# pass by reference?
What is the difference between method and constructor in c#?
When To use HashTable In C#
Why generics are used in c#?
What is part of a method signature in c#?
how to prevent a class from being inherited in c#.net?
What is the delegates in c#?