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 .NET collection class that allows an element to be accessed using a unique key?
Can we inherit partial class in c#?
Explain the difference between the debug class and trace class?
Can you have parameters for static constructors?
What are the types of parameters in c#?
what are pointer types in c#
What is msil in c#?
List some Advantages of switch-case over if else?
Describe the overview of clr integration.
What is the components of window?
How is method overriding different from overloading?
How do you escape in c#?
How many bytes is an int?
Is linkedhashset synchronized?
What is satellite assembly? And steps to create satellite assembly?