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
C# called c sharp why?
Is struct object oriented?
What is console writeline in c#?
How many types of inheritance are there in c#?
What is an array? Give the syntax for a single and multi-dimensional array?
if you do have a stack overflow profile.what is your ranking?
What is the difference between dynamic type variables and object type variables in c#?
Are constructors inherited c#?
What is the meaning of console writeline in c#?
What is regex c#?
List the different stages of a thread?
What is an actual parameter?
How do I run a cshtml file?
What is difference between array and arraylist c#?
How does dll hell solve in .net?