Answer Posted / rajkamal
Abstract class is a class,Which contains abstract methods
as well as Normal methods in it.
Abstract method is a method,Which are having only Method
header no Method Body (i.e No Defination).
These Abstract Methods should Override in Sub Classes.
Abstract Class is Not Instancible (i.e we can't create
Object for that class),why Because Abstract class is not
fully Defined.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the differences between datagrid, datalist and repeater in .net?
What is func c#?
How do you determine whether a string represents a numeric value?
Explain async and await?
How do you use nullable?
How do you implement thread synchronization in c#?
How C# 4.0 supports dynamic programming language?
What is streamreader/streamwriter class?
What is the compiler of c#?
What is the difference between virtual and override in c#?
what is method overloading in c#?
What do you mean by synchronous and asynchronous operations?
What is use of a HashTable in .NET?
Why do we need nullable types in c#?
How to get the sum of last 3 items in a list using lambda expressions?