Skip to content

Opening book details…

About this document

C++ Class Design: Integer & Height by vivek patel is a document available to read on EtoBox.

1) Create an Integer class with fields for value and print method. Create a Height class inheriting from Integer with additional fields for feet and inches that sets the inherited value field to the inch equivalent. Height overrides the print method. 2) Design a LinkedList class supporting insert/delete at beginning/end. Create a Queue class inheriting from LinkedList supporting enqueue/dequeue operations.

Author
vivek patel
Language
EN