Correct choice is (c) All the members except private members
To explain: The class inheriting another class, inherits all the data members and member functions that are not private. This is done to ensure the security features with maximum flexibility.