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
Which are the loop types available in c#?
What does dbml mean?
What is a virtual property. Give an example?
What is difference between .net and c#?
What is difference between comparable and comparator?
What is the difference between ienumerable and iqueryable?
Why do we need abstraction in c#?
Why use “using” in c#?
Where value types are stored in c#?
What are the extension methods in c#?
What is before string in c#?
What is the use of constructor in c# with example?
What is windows form in c#?
What is a concrete class in c#?
How C# 4.0 supports dynamic programming language?