callmeFilip / Thinking-in-CPP-Volume-1-2nd-Edition

Homework and Classwork repository
0 stars 0 forks source link

Chapter_14 Task_19 #284

Open callmeFilip opened 3 years ago

callmeFilip commented 3 years ago

Change Protected.cpp so that Derived is using protected inheritance. See if you can call value( ) for a Derived object.