1.

Protected members are accessible to the members of derived class true or false

Answer» ANSWER according to JAVA:
TRUE public, default and protected MEMBER are accessible by derived class.
in c++
derived class can acess public, protected both type of data member.


Discussion

No Comment Found