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
Why would you use a class property in c#?
Different between method overriding and method overloading?
What is a collection in c#?
Which namespaces are necessary to create a localized application?
What are namespaces, and how they are used?
What is .net console?
What is difference between array and arraylist c#?
Can arraylist store different data types in c#?
What is private readonly in c#?
What is console readkey in vb net?
What is the difference between inheritance and abstract class?
What is the difference between finally and finalize block?
What can be done with c#?
How to sort an int array in c#?
Can we declare private class in c#?