What is the use of static abstract class
Answer Posted / srini
We cannot give static key word for abstract class
| Is This Answer Correct ? | 21 Yes | 5 No |
Post New Answer View All Answers
If a child class instance is created, which class constructor is called first - base class or child class?
What is default constructor in c#?
What is concrete class in c# with example?
What is the use of GC.KeepAlive Method?
What is the use of static members with example using c#.net.
What is data adapter in c#?
Can hashtable have duplicate keys in c#?
What is the delegate in c#?
What is access specifier in c#?
What are data types examples?
What is the use of flag in c#?
How to implement singleton design pattern in c#?
Why use “using” in c#?
Explain inheritance in c#?
What is the difference between dynamic type variables and object type variables in c#?