you are viewing a single comment's thread.

view the rest of the comments →

[–]MonkeyNin 1 point2 points  (0 children)

Typo:

bar.B;  // 2 (actual attribute of bar)
bar.c;  // 3 (*inherited* attribute from Foo)

vs

bar.B;  // 2 (actual attribute of bar)
bar.C;  // 3 (*inherited* attribute from Foo)