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
What exactly happens when we debug and build the program?
What is public void in c#?
How to sort an int array in c#?
Define an assembly in .net?
What is anonymous class in c#?
What is difference between Trace and Debug
What is difference between singleordefault and firstordefault?
What is data bind in c#?
What is difference between C# and VB.NET?
Can I get the name of a type at runtime?
What are the benefits of using the aggregate method in linq?
Which is faster dictionary or hashtable?
What is event and delegates in c#?
Distinguish between array and arraylist in c#?
What is the difference between console application and windows application?