New answers tagged polymorphism
1
vote
Banking system using polymorphism
I would strongly suggest using more modern C++ idioms, and instead of raw pointers, use smart pointers, which still allow you to leverage polymorphism, but simplify the writing of rule of 3/5/0 ...
Top 50 recent answers are included
Related Tags
polymorphism × 125c++ × 56
object-oriented × 37
c# × 23
inheritance × 22
java × 15
beginner × 13
c++11 × 12
design-patterns × 10
interface × 10
.net × 9
c++17 × 8
python × 7
c × 7
template × 7
c++14 × 6
javascript × 5
pointers × 5
overloading × 5
python-3.x × 4
php × 4
array × 4
template-meta-programming × 4
variant-type × 4
generics × 3