STATIC METHOD CAN BE OVERLOADING AND OVERIDNG? IS POSSIBLE IN
iN c# .NET AND WHAT IS THE REASON??
Answer Posted / dinesh sharma
In C# Static Method is Overloaded but not override because override always used in drive class.but in case of static can not provide inheritance.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is tpl in c#?
What does static mean in c sharp?
What is difference between array and arraylist c#?
What happens if a static constructor throws an exception?
How do you clear a list in c#?
What is difference between string and stringbuffer in c#?
What are desktop applications examples?
Can we declare class as protected?
What is stringbuilder c#?
What is difference between dictionary and hashtable in c#?
What is mvc firstordefault?
What is an interface class? Give one example of it
If a child class instance is created, which class constructor is called first - base class or child class?
What do you mean by shared assembly?
Is multilevel inheritance possible in c#?