Saved Bookmarks
| 1. |
Write a class to implement a safe one-dimensional integer array. Assume the startingindex of the array to be 0. Include the following functions:a. constructorb. Copy constructorc. destructord. Overload operator [], , =(assignment operator), ==(equals to check if twoarrays are equal or not.e. Overload operator +,-,*,/ operators to perform arithmetic operations.Throw exceptions wherever required.Write a main function to check the functionality of the above class.C++ |
|
Answer» Answer: PHOTOSYNTHESIS is a process used by plants and other organisms to convert light energy into chemical energy that, through CELLULAR respiration, can later be RELEASED to fuel the organism's ACTIVITIES |
|