oop
-
-
-
Passing whole object vs passing object's property I'm thinking about the solution for my application. Here's the situation: I have a class with a method that takes ObjectA as an input parameter and calls several small methods. Each one of these methods needs some parts of the ObjectA (they don't overlap,
-
什么是类、引用和对象? 我已经在Java上编程了2年,我遇到了一个问题,我无法理解和区分类,引用和对象。 我不确定类或引用是否相同,尽管我知道对象是什么。 有人可以以完整的方式区分类,引用和对象是什么吗?
-
Factory classes [closed] for guidance. Closed 9 years ago. Personally I've never understood the idea of factory classes because it seems a whole lot more useful to
-
-
流畅的界面和生成器模式之间有什么区别? 我对设计模式非常陌生,并且在和构建器模式之间的区别方面遇到了麻烦。 我理解流畅界面的概念。但是生成器模式有点令人困惑。我无法理解在生成器模式中使用控制器。 我可以同时使用生
-
Java 继承的大小成本是多少? 在互联网上有各种各样的文章试图从经验上估计特定JVM实现的开销。例如,我在某些JVM中看到了字节的大小开销。 因此,从理论上讲,直接附加到任何 Java 对象的内存中表示的开销应为 O(1)
-
-
标签