saving . . . saved Question is about cpp has been deleted. Question is about cpp has been hidden .
Question is about cpp
Title
Question
What is cpp?

Advanced-Cpp Abstract-Class 00-01 min 0-10 sec 19-08-17, 7:05 p.m. PRANAV3827

Answers:

Dear Pranav,

C++ is a general-purpose object-oriented programming (OOP) language, and is an extension of the C language.

If you are interested in learning C++, pls go through the C/C++ series on our website.
29-08-17, 10:57 a.m. nancy
C++ is a OOP language, and hence it is much more advanced compared to C. C++ is a middle-level programming language developed by Bjarne Stroustrup starting in 1979 at Bell Labs. C++ runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX. This C++ tutorial adopts a simple and practical approach to describe the concepts of C++ for beginners to advanded software engineers.
04-05-21, 4:37 p.m. saravana_7528

Login to add comment


You can refer to https://www.webopedia.com/TERM/O/object_oriented.html
12-12-19, 3:05 p.m. Diwakar24


CPP file extension are source code files for applications written in C++ programming language. A single C++ project may contain more than one CPP files as application source code. Such a project consists of different file types, of which the CPP files are known as implementation files as they contain all the definitions of the methods declared in the header (.h) file. The C++ project as a whole results in an executable application when compiled as a whole.</span>
24-08-21, 3:27 a.m. Vijay1122


Log-in to answer to this question.