0

我正在接受采访,我必须在 IDE 中进行低级设计编码,而我选择在代码块 IDE 中进行。所以我对如何组织该设计的不同类别有疑问。我要问的是,如果我有 10 个类,我是否应该通过每次添加一个新类来在一个项目中创建所有 10 个不同的类。我认为这将是不好的方法。那么有没有其他方法可以做到这一点。

4

1 回答 1

0

If, in the program you're developing, classes interact with each other, they must to be in the same project.
in a single project, you can and must have all the classes you need to instantiate the objects what you need in the program.

于 2021-02-03T09:31:47.307 回答