Buy Questpond's video subscriptions on
huge discount
.
Online: 1348
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 ...
Only those overridden methods which are declared as __________ or __________ in the parent class can declare as sealed.
Posted by
deccansoft
on 9/20/2010 | Category:
C# Interview questions
| Views: 2144
virtual,override
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
Can we redeclare a instance variable in child clas ...
Next question > :
Every method of child class which is declared as " ...
Comments or Responses
Login to post response
More Interview Questions
Every method of child class which is declared as "new" can also be dec ...
class CA { private void Foo() { } } class CB : CA { public ________ vo ...
When a non virtual method of Parent class if written in child class th ...
When a non virtual method of Parent class if written in child class th ...
class CA { public void Foo() { } } class CB : CA { public _______ void ...
Virtual Methods are
class CA { } class CB : CA { } class Program { static void Main() { CA ...
class CA { } class CB : CA { } class Program { static void Main() { CA ...