Skip to content

I am in the preliminary stages of grappling with the complex but powerful abstraction of Polymorphism. In this project, I have implemented a class hierarchy which models various banking systems, and each one has its own withdraw function. In order for it not to be statically bound but to be dynamic, I have included the key word "virtual" by each…

Notifications You must be signed in to change notification settings

GeorgeBradley/Polymorphism

About

I am in the preliminary stages of grappling with the complex but powerful abstraction of Polymorphism. In this project, I have implemented a class hierarchy which models various banking systems, and each one has its own withdraw function. In order for it not to be statically bound but to be dynamic, I have included the key word "virtual" by each…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages