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
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
The End.
brkurre