Can we have a non static member function in a base class to
be override in derived with static modifier?
Answer Posted / parmjit
No, we cannot derive static class from a user defined
class. They can only be derived from object class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain hash table in c# ?
Do events have return type c#?
Why do we use parameters in c#?
What is the output of TextWriterTraceListener redirected?
How do you implement thread synchronization in c#?
How can you prevent escaping on backslashes in C# with string definitions?
If you want to convert a base type to a derived type, what type of conversion do you use?
What is a static field?
What is the use of partial methods?
How many classes are there in classification?
What is multiple interface in c#?
What is the best dependency injection c#?
Is array reference type in c#?
What is state c#?
Can non-default constructors be used with single call sao?