Let's say I have a class called myClass that will have a variable called commonData. Objects myOjectA and myOjectB are from myClass.
When I assign / update the value of commonData for myObjectA, all ojbects that have derived from myClass (myObjectB, etc.) will also have the same commonData value as myObjectA. Is it possible?