Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
1
Downvoting Members
3
0 Endorsements
~143 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for Ahmed_52

7) Write an implementation of this class using the C++ language. (i.e. implementation of the abstract class and all of its functions definition) a. Class label: MyClass b. Private members: int y, int array[10] c. Public members: void sety(int a); int gety(); void set_array(int a[], int size); MyClass(); MyClass(int a, …

Member Avatar for Benard joseph
-3
143