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
Is collection a data structure?
How to prevent the error while updating ui control from another thread?
Define Abstract Class in C#
Can we override interface method?
list the steps in code compilation in c#?
What are c# i/o classes?
What is dataset c#?
Why do we use interface in c#?
How do you concatenate in c#?
What is difference between const and static in c#?
Is array immutable in c#?
What do you use c# for?
What is an object and a class?
What does console readkey do in c#?
What is datarelation c#?