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 an int in c#?
Does c# do array bounds checking?
What is wpf c#?
Explain about accessibility modifier 'protected internal'?
List down the different ide’s provided by microsoft for c# development.
What is array c#?
What is the importance of closing an ado.net application?
If you donot specify an access modifier for a method, what is the default access modifier?
Can we make a Static Constructor Parameterized? Give Reason with your answer
What is Implementation inheritance and interface inheritance?
What is inline function in c#?
What is the meaning of MSIL?
Why do we use virtual methods in c#?
Why data types are important?
What is a static in c#?