关键词公共和私人使用 [英] Keywords public and private usage

查看:67
本文介绍了关键词公共和私人使用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

a)其他程序员无法查看声明为私有的代码。

b)声明为私有的代码不能被其他程序/模块使用。

c)他们定义变量,子程序和函数的有效性。

d)公布的代码是免费提供的,不受版权保护。

a) Code which is declared as private cannot be viewed by other programmers.
b) Code which is declared as private cannot be used by other programs/modules.
c) They define the validity of variables, subroutines and functions.
d) Code declared public is freely available and not subject to copyright.

这是正确的答案?多个答案可以是正确的

which is the right answer? Multiple answers can be right

推荐答案

您好

关于.NET答案是

b)声明为私有的代码不能被其他程序/模块使用。

b) Code which is declared as private cannot be used by other programs/modules.


这篇关于关键词公共和私人使用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆