单项选择题

类成员的访问权限中,( )成员只能被本类的成员函数和其友元函数访问,但不能被派生类直接访问。

A、private
B、const
C、public
D、protected
E、virtual