About C++
we are going to start with a basic concept Basic concepts: what is c++? C++ is a general-purpose object-oriented programming (OOP) language, developed by Bjarne Stroustrup, and is an extension of the C language. It is therefore possible to code C++ in a "C style" or "object-oriented style." C++ is considered to be an intermediate-level language, as it encapsulates both high- and low-level language features. Initially, the language was called "C with classes" as it had all the properties of the C language with an additional concept of "classes." However, it was renamed C++ in 1983. C++ is one of the most popular languages primarily utilized with system/application software, drivers, client-server applications and embedded firmware. what is programming language: A programming language is a set of commands, instructions, and other syntax use to create a software program. Types of programming languages: i) High level and ii)Low level l...
Comments
Post a Comment