Buy Questpond's video subscriptions on
huge discount
.
Online: 1428
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
>
C#
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
Can we declare a non static method of parent class as static in child class
Posted by
deccansoft
on 7/29/2010 | Category:
C# Interview questions
| Views: 5987
Yes, but then it should be also declared
as new and this child class method shadows (hides) the parent class
method.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
Which of the following are correct about contructo ...
Next question > :
Child class destructor always executes before pare ...
Comments or Responses
Login to post response
More Interview Questions
Child class destructor always executes before parent class destructor.
How many classes can a single .NET DLL contain ?
Name the assembly that is required to build any sort of WCF applicatio ...
What is the difference between un-safe code & un-managed code. ?
What is difference between Compilation and Runtime.
Is .NET platform independent?