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
What is difference between web and window application?
What are anonymous types in c#?
What are the different types of delegation?
What is difference between virtual and override in c#?
Hi to all..I have to create an intranet application on C#.NET windows Application so please please let can you people help me as iam new in .NET and if u have any samples or website address from where i can get sample please let know.
What are nested classes in c#?
What's c# ?
How to parse a date time string?
Explain the process of Serialization?
What is difference between field and property in c#?
What is a bool in c#?
How many digits is a 32 bit number?
What is session management in c#?
Why do we need collections in c#?
What is type checking in c#?