Download
100% FREE
Office Document APIs for .NET
Online: 593
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
|
Bookmarks
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
>
C#
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
What is Shadowing?
Posted by
deccansoft
on 9/18/2010 | Category:
C# Interview questions
| Views: 1412
When the method is defined as sealed in base class and not overrideable and
we need to provide different implementation for the same. This process
is known as shadowing.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
MaskedTextBox properties are _________
Next question > :
KeyPress event fires only for _____________
Comments or Responses
Login to post response
More Interview Questions
KeyPress event fires only for _____________
public static void Main() { CA a; } What is "a" ?
For a given try, the catch block of __________ class must be always af ...
Can we use goto and return in finally block
Can a variable declared in try block accessed in catch block
Exception is a _________________ error
Whenever the integrity of an object is violated, _______________
In .NET every exception is an object of type ____________