Can we have a non static member function in a base class to
be override in derived with static modifier?
Answer Posted / guest
No.
A Static member can not be declared override, virtual,
abstract.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is a template class?
What is difference between list and dictionary in c#?
What are the different types of classes in c#?
What happens if you add duplicate elements to a set?
What is task parallel library?
Can a static class contain non static members?
Is and as in c#?
Does c# do array bounds checking?
Why hashtable is thread safe in c#?
What is type checking in c#?
How does yield return work c#?
Which attribute is used in order that the method can be used as webservice?
What is the major difference between a custom control and user control?
how to create crystal reports give one detail example(i want to view age category report) please give suitable example in my small knowledge
Is predicate a functional interface?