adambard / adambard/learnxinyminutes-docs
Scala/trait
Aperta
- Lingua principale
- Markdown
- Stelle
- 12.3k
- Fork
- 3.7k
- Merge medio
- 13h 10m
- PR unite (30g)
- 6
Descrizione
After we define a trait `Dog` and implement the `Dog` by `SaintBernard `, we should new a object `b` instead of miss it.
We should add below script before `b`:
```scala
var b = new SaintBernard()
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.