All lines in order

Report a typo

Arrange the lines of code in the correct order to make the code work.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                override fun makeSound() {
              
                }
              
                }
              
                open class Animal {
              
                open fun makeSound() {
              
                }
              
                println("The dog barks")
              
                class Dog : Animal() {
              
                }
              
                println("The animal makes a sound")
              
___

Create a free account to access the full topic