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.55K
~218 People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for server_crash

since Print P function is declared as private in base class, u can not acess that function even if u inherit it as public. now make print p function as public in base class and using Animal::printP will solve u r problem

Member Avatar for brkurre
0
218

The End.