This class is all about starting of c++ language with all basics covered.
C++ is known for being a more difficult language to learn than others such as Java and Python. This is in large part because C++ has a more complex syntax. This can be challenging for those starting with programming. C++ is used in both software and hardware development.
C++ Hard To Learn? That being said, it's true that many people personally find C++ to be harder than other languages. In some cases this is simply due to the programming paradigm: High-level languages such as Python and Java are “easier” by definition, as they hide much of the complexity from the user.
Java is good to learn Object-Oriented programming, but not so good for procedural one, prefer C there. It's easier to think in terms of class and objects
C++ is a programming language. C++ program is to be compiled and executed, whereas a script in JavaScript is interpreted. JavaScript is dynamically typed whereas C++ is statically typed. In JavaScript, you need to only write the variable name, without adding the type.