- 1
Hwo can answee 2 plz tich me.
4 ответов
+ 13
I don't know what inheritance is, so you probably don't have to worry about it in Python
+ 5
we dont either. please explain exactly and give example
+ 3
Class C inherits from B so it calls method a of class B which overrides method a of class A so what is actually printed is method a of class B so 2 is printed.
- 1
i dont no