Popular repositories Loading
-
Dart
Dart Publicabstract class Animal { void printName(); void printSound(); } class Dog extends Animal { void printName() { print("Dog"); } void printSound() { print("Woof"); } } class Cat extends Animal { void p…
-
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.