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
Simple Question!!!
Simple Question!!!
Dec 27, 2011 at 6:53pm UTC
hassaanid2011
(35)
Can derived classes inherites the getters and setters functions of base class?
Dec 27, 2011 at 7:00pm UTC
ciphermagi
(807)
What is inherited from the base class?
In principle, a derived class inherits every member of a base class except:
its constructor and its destructor
its operator=() members
its friends
http://cplusplus.com/doc/tutorial/inheritance/
Topic archived. No new replies allowed.