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 briefly the difference between value type and reference type?
What are the collection types can be used in c#?
Whats an assembly? Describe the importance of assembly?
What is the purpose of private constructor in c#?
What are the benefits of using the aggregate method in linq?
Where do we set the min and max pool size for connection pooling?
Is a c# interface the same as a c++ abstract class?
What is unrecognized escape sequence in c#?
What is main thread in c#?
What is definition in c#?
What do you mean by synchronous and asynchronous operations?
What is bit in c#?
What is difference between interface and abstraction?
What is parseexact c#?
Name the method of servicebase class?