New answers tagged classes
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
classes × 444object-oriented × 136
php × 94
python × 92
c++ × 86
c# × 56
java × 51
beginner × 37
python-3.x × 27
javascript × 21
design-patterns × 20
performance × 16
game × 15
pdo × 15
playing-cards × 14
inheritance × 14
template × 13
android × 11
php5 × 11
ruby × 9
vba × 9
image × 9
tkinter × 8
static × 8
algorithm × 7