struct/mms

Errors in dynamic_cast page.

sferrini opened this issue · 1 comments

Hey @struct, great job here!

I just wanted to point out two small errors I found while reading the pdf:

dynamic_cast

  • Public: -> public:
  • dynamic_cast used to upcast Base to Derived -> dynamic_cast used to upcast Derived to Base

Let me know what you think about it.

Thanks!

Thanks will fix. I've always felt the upcast/downcast language is confusing no matter what way I look at it. I will clear this up in the slide.