Language syntax like difference between c and java.
Anonimo
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.