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

Homework and Classwork repository
0 stars 0 forks source link

Chapter_14 Task_15 #280

Open callmeFilip opened 3 years ago

callmeFilip commented 3 years ago

Create a class with two static member functions. Inherit from this class and redefine one of the member functions. Show that the other is hidden in the derived class.