i just want to know weather the inherited protected member of base class would be a protected or private member of the inherited class if we inherit in protected way??
|
Go4Expert Member
|
|
| 1Aug2007,19:43 | #1 |
|
hi.
i just want to know weather the inherited protected member of base class would be a protected or private member of the inherited class if we inherit in protected way??
|
|
Team Leader
|
![]() |
| 1Aug2007,20:31 | #2 |
|
Protected.
|
|
Go4Expert Member
|
|
| 1Aug2007,20:39 | #3 |
|
okk.then in multilevel inheritence can we access the protected member of the base class from a class which is inherited from the inherited class of base class???
|
|
Team Leader
|
![]() |
| 1Aug2007,22:55 | #4 |
|
Refer to your documentation.
Quote:
Originally Posted by C++ Language Reference |