Buy Questpond's video subscriptions on
huge discount
.
Online: 3353
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 ...
The protected member of parent class ___________ be accessed in a child class method using reference variable of type parent
Posted by
deccansoft
on 9/20/2010 | Category:
C# Interview questions
| Views: 2663
Select from following answers:
cannot
canot be
can't say
Show Correct Answer
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
Can a reference variable of type parent, refer to ...
Next question > :
Do we have Vector and has map classes available in ...
Comments or Responses
Login to post response
More Interview Questions
Do we have Vector and has map classes available in .NET
Why an instance can't be created for an abstract class
What all access specifiers are allowed when we are explicitly implemen ...
Does .net support Multiple Inheritance
Can we redeclare a instance variable in child class if with same name ...
Only those overridden methods which are declared as __________ or ____ ...
Every method of child class which is declared as "new" can also be dec ...
class CA { private void Foo() { } } class CB : CA { public ________ vo ...