class c
inherits class b
and class b
inherits class a
.
I need to remove a property from c
which is part of a
.
This does not support multi level inheritance.
class c
inherits class b
and class b
inherits class a
.
I need to remove a property from c
which is part of a
.
This does not support multi level inheritance.