This commit is contained in:
Jidong Xiao
2025-04-14 19:27:12 -04:00
committed by JamesFlare1212
parent e2c9cf9566
commit 33cf2cbeaa

View File

@@ -14,11 +14,7 @@
- The Diamond Problem occurs in multiple inheritance when two classes inherit from the same base class, and a fourth class inherits from both of those.
Human
/ \
Student Worker
\ /
CSStudent
<pre> \`\`\` Human / \ Student Worker \ / CSStudent \`\`\` </pre>
- Both Student and Worker inherit from Human.