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 / kishore.a

We cannot override the non static method with a static
method in derived class.

Because all static members are handled directly by CLR.
Where as non static members are handled by CLR after object
instantiation.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What's the implicit name of the parameter that gets passed into the set method/property of a class?

1037


Can c# inherit multiple classes?

995


Explain the difference between user control and custom control. Also, explain their use.

1101


Explain different properties of object oriented systems.

1041


What Is A Satellite Assembly?

1010


What is the difference between a constant and a static readonly field?

1046


What is append in c#?

918


What are the string functions in c#?

1016


What is difference between comparable and comparator?

953


What is c# most used for?

1016


How do I create multifile assembly?

984


Explain inheritance in c#?

1000


What is thread.sleep()?

952


How are methods overloaded?

1042


What is func delegate in c#?

998