i have class A, then class B which entends class A, then
class C which entends class B. now in class A there are couple of empty methods currently defined as protected. in class B these methods are also empty //i dont know how to make this exactly, they should obvioulsy be here as well because... -> then in class C i want to override these methods and actually do something in them. so how ...