本文介绍了关于受保护的内部访问修饰符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

1)我们如何使用特定命名空间的受保护访问修饰符变量
类中另一个命名空间的


2)我们可以做吗?与内部访问修饰符相同的事情?

3)为什么我们使用受保护的内部访问修饰符而不是受保护访问

修饰符,没有理解为一个

正确的方式?



我尝试了什么:



我已经尝试了几种方法来找到这个问题的答案但没有找到答案。

1) How we can use "protected" access modifier variable of a particular namespace
of a class in another namespace inside the class ?
2) Can we do the same thing with "internal" access modifier ?
3) Why we use "protected internal" access modifier over "protected" access
modifier , didn't understood that in a
proper way ?

What I have tried:

I have tried several ways to found the answer of this question but didn't got one .

推荐答案


这篇关于关于受保护的内部访问修饰符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-26 11:46
查看更多