Skip to content

Commit

Permalink
Update kotlin-quiz.md (Ebazhanov#1127)
Browse files Browse the repository at this point in the history
Q3 updated with ref inside md file
  • Loading branch information
adminazhar authored Feb 11, 2021
1 parent 643f88a commit 038fdc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kotlin/kotlin-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ class Airplane(private val name: String) : Aircraft() {
- [ ] Only abstract classes are inheritable by subclasses
- [ ] Only abstract classes can inherit from multiple superclasses
- [ ] Only abstract classes can have abstract methods
- [ ] Only abstract classes can store state
- [x] Only abstract classes can store state
[reference](https://blog.kotlin-academy.com/abstract-class-vs-interface-in-kotlin-5ab8697c3a14)

#### Q4. Inside an extension function, what is the name of the variable that corresponds to the receiver object

Expand Down

0 comments on commit 038fdc8

Please sign in to comment.