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 overriding of a function possible in the same class?
What is the concept of strong names?
What is constructor overloading in c#?
What are the applications of c#?
what is method overloading in c#?
Which is better javascript or c#?
What is difference between static and readonly in c#?
What are the differences between static, public and void in c#?
What is difference between hashtable and dictionary in c#?
Why ienumerable is used in c#?
How is a loop recorder monitored?
What is xor operator in c#?
While debugging a C# application can you change the value of a variable?
What does char mean in c#?
What is hash c#?