Pregunta de entrevista de JPMorganChase

The difference between c++ and python.

Respuestas de entrevistas

Anónimo

14 de sept de 2016

I spoke about memory management, call by reference and object instantiation. Technically, Python doesn't have true object instantiation before creation. The object exists when the __init__ is called. Details like that. I asked do you use c++ in this group? Nope, they don't.

Anónimo

3 de oct de 2016

C++ is compiled, Python is interpreted.