Answer Posted / annie
Abstract class is class which contains both the abstract and concrete method.This class only define the abstract method does not implement it.An abstract method is implemented by its derive class by over-riding that method.An Abstract class does not have any instance.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define delay signing?
Define satellite assembly in c#?
What is a jagged array?
What is a class c#?
What is an enumerator in c#?
what is a enumeration in c#
What is an array? Give the syntax for a single and multi-dimensional array?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
What is the task perform by clr?
Explain the difference between arraylist and array and in c#?
What is dependency injection in simple words?
What floating point types is supported in C#?
What is desktop application testing?
What is the main purpose of delegates in c#?
How can I make sure my c# classes will interoperate with other .net languages?