⧼⧼  Previous Page
⧼  Table of Contents  ⧽
Next Page  ⧽⧽

Polymorphism

Computer Programming C++ / Object Oriented Programming

Now that you've got the concept of inheritance, polymorphism is just the idea that we can treat a class like it were any of its base classes.

Review Questions

The following are examples of questions similar to what you can expect to see on the next exam.

Hover over a question to show the answer.
  1. What is polymorphism? The capability of storing objects and "treating them" as their base type.
⧼⧼  Previous Page
⧼  Table of Contents  ⧽
Next Page  ⧽⧽
© Ryan Appel