pearcej / cppds

Problem Solving with Algorithms and Data Structures using C++
Other
11 stars 76 forks source link

Polymorphism definition is unclear Section 1.12.3 #182

Open daizenj opened 2 years ago

daizenj commented 2 years ago

What Course are you in cppds

What Page were you on Section 1.12.3

What is your username njounkengdaizem

Describe the bug "polymorphism refers to the ability to process objects or methods differently depending on their data type," - It depends on WHAT's data type? Method? Are you talking about the return data type? If you are talking about objects, that is defined by the class, not the data type, right?

Traceback Section 1.12.3

dorcenak commented 3 months ago

working on this

verony1075 commented 1 month ago

fixing in progress