Anonymous

Why Do We Need To Study C++ Programming?

3

3 Answers

Chirag Rao Profile
Chirag Rao answered
C++ is basically a language which we use to give commands to a computer, and as we can't teach the computer our languages,, we need to study the  languages it understands... And c++ is one of the language it can understand...
Florio Potter Profile
Florio Potter answered
C++ is generally more performant than dynamically typed languages because the code is type-checked before it is executed. Java is gaining ground in terms of speed, but in the end, depending on how talented the C++ developer is, C++ can still be faster than Java. For more information get help at CodeAvail-
Online Computer Science Assignment help

Wade Arnold Profile
Wade Arnold answered
Because it follows all the oops concept and it is the base of all languages like java and .net
which both are purely oops concept follows thats why we study c++ so if we study c++ then it becomes easy for us to do the work on project.

Answer Question

Anonymous