You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -92,9 +92,9 @@ Sooner or later I will complete it with the relative answers. Feel free to contr
92
92
* Why do many software engineers not like Java?
93
93
* What makes a good language good and a bad language bad?
94
94
* Write two functions, one Referentially Transparent and the other one Referentially Opaque. Discuss.
95
-
* Whats the Stack and what's the Heap?
95
+
* Whats the Stack and what's the Heap? What's a Stack Overflow?
96
96
* Why is it important that in a language functions are first class citizens?
97
-
* How is Pattern Matching different than Switch clauses?
97
+
*Some languages, expecially the ones that promote a Functional approach, allow a technique called Pattern Matching. Do you know it? How is Pattern Matching different from Switch clauses?
98
98
* Why do some languages have no exceptions by design? What are the pros and cons?
99
99
* If `Cat` is an `Animal`, is `TakeCare<Cat>` a `TakeCare<Animal>`?
100
100
* Why in Java, C# and many other languages constructors are not part of the interface?
0 commit comments