Pregunta de entrevista de Google

Language syntax like difference between c and java.

Respuesta de la entrevista

Anónimo

2 de nov de 2014

That's more than syntax. If that was indeed the question (and not C++ vs. Java), then you should discuss OOP, polymorphism encapsulation and inheritance. If discussing Java vs. C++ I would mention "pure" OOP notions, e.g. multiple inheritance and the distinction Java makes between interface and class, which in C++ is a pure abstract class.