Advertisement
Guest User

Untitled

a guest
May 21st, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. Questions TPP (english group):
  2.  
  3. - Virtual/abstract difference (override mentioned)
  4. - Type inference generic methods (does this code compile?)
  5. - Compute lambda
  6. - Implementation of and, or , not (lambda calculus)
  7. - Develop functional equivalent of OOP (examples in the slides)
  8. - Threading do not forget foreach(Thread t in threads) t.join(); Ojo a las race conditions
  9. thread.join() (and explanation) ojo-> thread.start()
  10. - Implement thread-safe list using a decorator / fix a thread-unsafe list implementation
  11.  
  12.  
  13. Extra (grupo español):
  14. - Conversión-α (como en diapositivas).
  15. - ¿Cuál es la característica que permite hacer
  16. expresiones lambda, primer entidad-orden?
  17. - λ-calculo.
  18. - Cláusulas.
  19. - Comprobación de tipos.
  20. - Esquema concurrencia.
  21. - Tipado dinámico con un código para ver si
  22. compila o no.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement