Simple Question!!!

Can derived classes inherites the getters and setters functions of base class?
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.