Errors in dynamic_cast page.
sferrini opened this issue · 1 comments
sferrini commented
Hey @struct, great job here!
I just wanted to point out two small errors I found while reading the pdf:
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!
struct commented
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.