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
Can a class have static constructor?
What is ienumerator c#?
What is thread and explain states of a thread in c#?
What is a dictionary in c#?
When do we generally use destructors to release resources?
Are attributes inherited c#?
Why do we use yield in c#?
Is stringbuilder faster than string concatenation c#?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
Give some examples of commonly used i/o classes?
Does c# support multiple inheritance (mi)?
What is a generic in c#?
What is a console file?
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
What is the use of partial methods?