Domanda di colloquio di JPMorganChase

The difference between c++ and python.

Risposte di colloquio

Anonimo

14 set 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.

Anonimo

3 ott 2016

C++ is compiled, Python is interpreted.