Answer Posted / pankaj sharma
an abstract class only contains the relevant informations,
that other class share by inherit the abstract class.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is different between Boxing and Unboxing?
What is interface inheritance?
Explain the advantage of using system.text.stringbuilder over system.string?
What is difference between struct and class in c#?
What is Wrapper class in dot net?
Are arrays immutable c#?
What do you mean by jagged arrays in c#?
How do I link two windows forms in c#?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
What is void method?
Where is c# compiler located?
What are the advantages of properties in c#?
What is the benefit of delegate in c#?
What is the difference between == and object.equals?
What is the differences between datagrid, datalist and repeater in .net?