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
1 Posted Topic
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 …
The End.
innnocentdevil