It is defined in the abstract class as `protected ...
# announcements
y
It is defined in the abstract class as
protected open val menuId: Int = 0
, but in the implementation class it is
override val menuId: Int = R.menu.timetable
. The call is from the abstract.