Skip to content

Opening book details…

About this document

Programming Techniques: Functions & Classes by Bishoy Emile is a document available to read on EtoBox.

This document provides programming problems involving templates, classes, and polymorphism. 1. Write a template function GetMaximum that returns the maximum of 3 input variables of different types including integer, double, string, and a custom Date class. 2. Create a Stack class to store integers using an array. Include Push and Pop functions. 3. Create a Plane class with speed and model name members. 4. Modify the Stack class to allow storing integers or Plane objects. 5. Create a List class to store

Author
Bishoy Emile
Language
EN