Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.65K
~473 People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for MuniArt

The problem with your implementation of Square::display() is that as follows: First of all the Square object has 4 data members (Rect::base, Rect::height, Square::base, Square::height) Now when you call Square Squa1 in main() this is what happens --> call to default constructor of Rect --> call to default constructor of …

Member Avatar for innnocentdevil
0
473

The End.