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??
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???