1
1
Fork 0
AtomicKotlinCourse/Object-Oriented Programming/section-info.yaml

16 lines
270 B
YAML
Raw Normal View History

2019-07-15 16:36:35 +03:00
content:
- Interfaces
- Complex Constructors
- Secondary Constructors
- Inheritance
- Base Class Initialization
- Abstract Classes
- Dynamic Binding
- Composition
- Objects
- Companion Objects
- Class Delegation
- Sealed Classes
- Smart Casts
- Upcasting & Polymorphism