摘要: References vs Values •Primitive types are basic java types –int, long, double, boolean, char, short, byte, float –The actual values are stored in the 阅读全文
posted @ 2018-02-09 14:32 Charonnnnn 阅读(212) 评论(0) 推荐(0) 编辑
摘要: Object Encapsulation and References Object-oriented languages are designed to facilitate structuring code at high levels of abstraction. One of the ke 阅读全文
posted @ 2018-02-09 14:31 Charonnnnn 阅读(141) 评论(0) 推荐(0) 编辑
摘要: Objects and Classes Objects-Oriented Programming Programming using objects An object represents an entity in the real world Objects have two parts: St 阅读全文
posted @ 2018-02-09 13:02 Charonnnnn 阅读(209) 评论(0) 推荐(0) 编辑