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
what is the default type of inheritance?
what is the default type of inheritance?
Apr 30, 2009 at 4:14pm UTC
nanger
(71)
for example
class A
{
...
};
class B: A
{...};
here, the inheritance of B from A is private or public?
Apr 30, 2009 at 4:49pm UTC
writetonsharma
(1461)
try compiling this code and see.. :)
Topic archived. No new replies allowed.