Can we have a non static member function in a base class to
be override in derived with static modifier?
Answer Posted / sanjay
No We cant ovver ride static member function in a base
class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to handle exceptions that are raised in a component?
Can you store strings in arrays?
What is a generic class?
Why do we use abstraction in c#?
Is double a decimal?
How do I do a case-insensitive string comparison?
What is gridview c#?
What is strongly typed in c#?
What does type safe mean in c#?
Why objects are stored in heap in c#?
Can you have an array of arrays?
How to get the sum of last 3 items in a list using lambda expressions?
How to use nullable types in .net?
What is an example of delegation?
What do you mean by object pooling?