I'm trying to design my UML diagram but I'm not sure about something.
If I have a derived class that belongs to two other classes will the two other classes inherit the features of the base class?
For example class Vehicle_Details inherits features from class People(is-a relationship AKA inheritance) while class visitor and class personnel has-a (i.e owns - composition) class Vehicle_Details. Will the last two class have the same access to class People like class Vehicle_Details does?