Buy Questpond's video subscriptions on
huge discount
.
Online: 3906
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
>
Interviews
>
C#
>
Loading ...
what is the default Access specifier of class
Posted by
Alok_niit
on 10/11/2011 | Category:
C# Interview questions
| Views: 9866 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Select from following answers:
public
private
protected
internal
All Above
Only code within the same assembly. Can also be code external to object as long as it is in the same assembly.
Show Correct Answer
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
What are Selectors in jQuery mean ?
Next > :
Equals method in C# is defined by which class ?
Comments or Responses
Posted by:
Ranjan
on: 10/13/2011 |
Points: 10
hmmm r u sure it is internal...???????
Posted by:
Sb.naveenkumar1988
on: 10/16/2011 |
Points: 10
The right answer in private
Posted by:
Alok_niit
on: 10/16/2011 |
Points: 10
i think u should recheck it my friend
the right answer is internal.........................
i am 100% sure................
please read the book and then post your responses
Posted by:
Alok_niit
on: 10/16/2011 |
Points: 10
and one thing i would like to tell you
default access specifier for class is internal but for class members is private.
so don't confuse
Login to post response
More Interview Questions by Alok_niit
Latest Interview Questions
Equals method in C# is defined by which class ?
An Interface is a Value type or reference type?
What is the exact difference between Functions and Subs in VB.NET ?
In VB.NET, can we write like this ? If VariableName > 7 Or < ...
How to give alert message in jQuery on a Button Click ?
What is the[B] using [/B] keyword in c#?
Can you Explain the following code ? public class Myclass() { ...
Can we have goto or return statement in finally block
More ...