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

20 lines
328 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
2019-08-11 21:47:34 +03:00
- Upcasting
2019-07-19 17:12:32 +03:00
- Polymorphism
- Composition
- Inheritance & Extensions
- Class Delegation
2019-08-11 21:47:34 +03:00
- Downcasting
2019-07-19 17:12:32 +03:00
- Sealed Classes
2020-06-15 18:58:44 +03:00
- Type Checking
2020-02-17 22:20:26 +03:00
- Nested Classes
2019-07-15 16:36:35 +03:00
- Objects
2020-09-26 16:44:32 +03:00
- Inner Classes
2019-07-15 16:36:35 +03:00
- Companion Objects