What is the difference between class and abstract class?
Answer Posted / naresh kumar
A class can create 'n' number of objects, but the abstract
class cannot.the abstract class inherits with base class to
use an object.
Examples:Topics Inheritance and interfaces
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between event and a delegate in c#?
What is a value type in c#?
Explain code compilation in c#.
What are synchronous and asynchronous operations?
What is assembly and dll in c#?
What is difference between code access and role based security?
What is the difference between struct and class in c#?
What is the use of table aliases?
What is an array class?
How can I use .NET components from COM programs?
What's your approach to fetch static data in your windows form application?
What are expressions c#?
Is c# easier than c++?
Differentiate between copy and default constructor.
List out the differences between array and arraylist in c#?