Skip to content

Commit ff60d17

Browse files
Multiple inheritance and orthogonality
1 parent 5fde7ae commit ff60d17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ This project is admittedly inspired by [Front-end Job Interview Questions](https
100100
* Are comments in code useful?
101101
* What is the difference between design and architecture?
102102
* Why in TDD tests are written before code?
103+
* C++ supports multiple inheritance, and Java allows a class to implement multiple interfaces. What impact does using these facilities have on orthogonality? Is there a difference in impact between using multiple inheritance and multiple interfaces? Is there a difference between using delegation and using inheritance? [This question is from The Pragmatic Programmer, by Andrew .Hunt and David Thomas]
103104

104105

105106
####[[]](#toc) <a name='languages'>Questions about Languages:</a>

0 commit comments

Comments
 (0)