Can we create instance for Abstract class?
Answer Posted / ahmadjad
no instance for Abstract Class,not support
multiinhertance,you can inherit abstract class and override
the abstract function in abstract class
| Is This Answer Correct ? | 34 Yes | 8 No |
Post New Answer View All Answers
Explain how to implement an object pool in c#.net
Who introduced c#?
What is the difference between ienumerable and icollection?
What is the data provider name to connect to access database?
Can u list some style properties of List Box?
What is difference between tostring() vs convert.tostring() vs (string) cast
What is the purpose of abstract class in c#?
What are delegate methods?
Is it possible to inline assembly or il in c# code?
How to sort an int array in c#?
What is serialization and deserialization in c# with example?
Why do we use anonymous method in c#?
What are the Types of optimization and name a few and how do u do?
Why do we need nullable types in c#?
What is data binding c#?