摘要:
Chapter 6 Interfaces, Lambda Expressions, and Inner Classes 6.1.1 The Interface Concept An interface is a set of requirements for the classes that wan 阅读全文
摘要:
Chapter 5 Inheritance 5.1 Classes, superclasses, and subclasses The hall mark of inheritance—“is-a” Eg. Every manager is a employee. 5.1.1 Defining Su 阅读全文
摘要:
Chapter 4 Objects and Classes 4.1 Introduction to OOP OOP puts the data first, then looks at the algorithms to operate on data. 4.1.1 Classes A class 阅读全文