Suppose I have:
class A and class B
Class B inherits from class A his methods. With an instance of B I wanna to call a method of class A but I wanna that the method of class A reads and stores data directly in the calling instance of class B (in a property of class B) Cannot figure out how to achieve this.