cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
public, protected and private derivation
public, protected and private derivation
Sep 25, 2010 at 2:32am UTC
fatal
(3)
Which members of parent class is accessible to the object of derived class in these cases: 1. class child : public parent 2. class child : protected parent 3. class child : private parent.
Thanks in advance...
Sep 25, 2010 at 3:03am UTC
LB
(13399)
http://www.cplusplus.com/doc/tutorial/inheritance/
Scroll down about half way and there is a table ;)
Sep 25, 2010 at 5:25am UTC
fatal
(3)
Thanks ;)
Topic archived. No new replies allowed.