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


Please Help Members By Posting Answers For Below Questions

What is the console on a mac?

468


Explain the use of virtual, sealed, override, and abstract method?

476


How do you access a constant field declared in a class?

492


How do I convert a string to an int in c#?

514


What is a byte in c#?

552






Explain how obfuscator works in .net

547


What is enumerable in c#?

472


What is parallel programming in c#?

487


What is throw in c#?

510


If you want to convert a base type to a derived type, what type of conversion do you use?

479


What is generic delegates in c#?

522


Can a constructor be static in c#?

513


What is the difference between static and private constructor in c#?

453


Can multiple inheritance implemented in c# ?

531


Asha buys 16 Chocolates for rs 12 and 24 chocolates for rs 20, if she sold them 30 chocolates for rs 30 then what is the Gain/Loss percentage? Gain(700/19 %) Loss(700/19 %) Gain(500/19 %) Loss(500/19 %) If one person ate 100 grapes in 5 days and 6 more each day from starting, what was the no of grapes he ate on first day? 6 8 10 7 If seven men P, Q, R, S, T, U, V parked his car, P and Q something like that. 6 student J, K, L, M, N, O went for picnic in 2 batches, K and L have to go together, M and O do't go together, if O and L go in one batch then which of these combination will be wrong. Jmnp Jklo klop JKLO a boat can go upstream and down stream, if it goes 5/2 times of downstream at the speed of 6 kmph then what will be the speed of upstream? 15 KMPH 12 KMPH 10 KMPH 11 KMPH A, B, C, D, E sitting on a table, A sits 2 seat left from B and C sits 2 seat right from B then what will not be the combination ACDE

3724