Answer Posted / dharmendra nonia
abstract class is a class that can not be instanciated and
abstract class contain only abstract method. it can be
inharited and the method that is declare inside the
abstract class is override by the derived class.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is trim in c#?
What is an assembly qualified name? Is it a filename? How is it different?
Are c and c# the same thing?
Please explain the basic string operations used in c#?
What are virtual classes in c#?
What is the use of getcommandlineargs() method in c#.net?
How objects are stored in memory?
If a method's return type is void, can you use a return keyword in the method?
What is difference between Enum and Struct?
Are c# generics the same as c++ templates?
Can class be protected in c#?
What is constants in c#?
Is a char?
What is xamarin used for?
What is the difference between arraylist and list in c#?