...
This rule appears in the C++ Secure Coding Standard as OBJ07DCL12-CPP. Do not inherit from multiple classes that have distinct objects with the same nameallow ambiguous definitions to be mutually visible.
References
| Wiki Markup |
|---|
\[[API 06|AA. Java References#API 06]\] [Interface Collection|http://java.sun.com/j2se/1.4.2/docs/api/java/util/Collection.html] \[[Bloch 08|AA. Java References#Bloch 08]\] Item 41: Use overloading judiciously |
...