Object-Oriented Programming with Kotlin
摘要
Object-oriented programming (OOP) supports programming based on objects. Instead of using functions or logic, programming is dependent upon objects, which contain data or code. Figure 4-1 shows the key concepts included in an object-oriented programming language.