yup it would look like: ``` interface Person clas...
# getting-started
t
yup it would look like:
Copy code
interface Person
class Father: Person
class Mother: Person
no need for curly braces if the body is empty