Question: C++ Programming ::: use Classes and Pointers 1. Define a class set, which represents set of elements, with set operations. 2. Write a program that
C++ Programming ::: use Classes and Pointers
1. Define a class set, which represents set of elements, with set operations.
2. Write a program that will use the above class to implement main set operations.
3. Your program should produce the following menu:
Enter a proper value to perform one of the following operations:
a.create a set
b.print
c.union
d.intersection
f.exit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
