The private member in derived class
Cannot be inherited
Can be inherited at all instances
Can be inherited only if the derived class is inheriting from base class with public access level
Can be inherited only if the derived class is inheriting from base class with private access level