Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Can we have a non static member function in a base class to
be override in derived with static modifier?

Answer Posted / guest

No.
A Static member can not be declared override, virtual,
abstract.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is null in database?

877


Is it true that all c# types derive from a common base class?

1090


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

4355


What operator means?

880


What is the difference between field and variable in c#?

1000


How assembly versioning in .NET prevent DLL Hell problem?

953


Can an exception be thrown from a catch block?

1021


What is an object and a class?

1009


Differentiate between dataset and datareader?

962


How to find out that the code is written as managed or un-managed code?

1087


Explain the difference between the system.array.copyto() and system.array.clone()?

926


What is the use of properties window?

990


Why use “using” in c#?

953


What is the use of console readkey in c#?

947


What are the 3 types of comments in c#?

944