what is an internal specifier? what happens internally when
I use access specifier Internal ?

Answers were Sorted based on User's Feedback



what is an internal specifier? what happens internally when I use access specifier Internal ?..

Answer / sandeep soni

internal specifier means that the class or member for which
it is used is local to the Assembly and is not accessable
to code outside the assembly.

Is This Answer Correct ?    6 Yes 2 No

what is an internal specifier? what happens internally when I use access specifier Internal ?..

Answer / manojavam

Internal specifier will allow the user to use the
componenet inside the assembly but not outside the assembly.

Is This Answer Correct ?    2 Yes 0 No

what is an internal specifier? what happens internally when I use access specifier Internal ?..

Answer / vijay rana

internal means class or member is only accessible in the
assembly only;

Is This Answer Correct ?    3 Yes 3 No

what is an internal specifier? what happens internally when I use access specifier Internal ?..

Answer / viveka

Internal Specifier is used in C#. It can be accessed by all
the classes with in the assembly but not from outside the
assembly.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Sharp Interview Questions

In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?

0 Answers  


Illustrate namespaces in c#?

0 Answers  


Is there any way to access private memebers of an object from another object?

4 Answers   TCS,


Write a program to find the angle between the hours and minutes in a clock

0 Answers  


Distinguish between a class and struct?

0 Answers  






Define constructor in c#.

0 Answers  


Can we have only “try” block without “catch” block in c#?

0 Answers  


What is datacontract in c#?

0 Answers  


What is difference between events and delegates?

0 Answers  


Is it possible to nest cfml conditional tags?

0 Answers   HCL,


Can interface inherit class in c#?

0 Answers  


What is a void c#?

0 Answers  


Categories