cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Class Relationship
Class Relationship
Nov 27, 2010 at 1:01pm UTC
makan007
(77)
What does it mean when the class is declared in this form, and the data members thereof?:
1
2
3
4
5
6
7
class
A :
private
B {
//...
//...
//...
};
Nov 27, 2010 at 1:35pm UTC
hamsterman
(4538)
http://www.cplusplus.com/doc/tutorial/inheritance/
scroll down to 'inheritance' section.
Topic archived. No new replies allowed.