You are on page 1of 1

Q1: Create an Array Class(all attributes should be private).

Perform all array functions,

1. Insert (start, value)


2. Search
3. Delete(key)
4. Display

Q2: Update question 1 for a template based class

You might also like