What is meaning of C++?

Asked by Last Modified  

Follow 0
Answer

Please enter your answer

c++ Professional

c++ is a programming language working on Object Oriented concept. Its a mediator by which human can make and run software which is understandable for computers as other language also do.
Comments

Teacher

C++ is an advancement of C language.It is the that language which consists the concepts of OOP or lets say OBJECT ORIENTED PROGRAMMING( OOP ).The benefits of C language as it more secure in programming, more flexible in coding, more security restraints. like "Polymorphism" in which we can use same function...
read more
C++ is an advancement of C language.It is the that language which consists the concepts of OOP or lets say OBJECT ORIENTED PROGRAMMING( OOP ).The benefits of C language as it more secure in programming, more flexible in coding, more security restraints. like "Polymorphism" in which we can use same function name with different variables use it any time in program. "operator overlaoding" we can use some operator to perform differnetly other than their base nature. There are many more features which lacks in C language , which are included in C++ read less
Comments

Computer Science Tutor

C++ is an OOP(Object oriented programming) language which allows data abstraction, encapsulation, inheritance, polymorphism and many more other properties of OOP.
Comments

C++ is a programming language as well as technology to solve real world problems.
Comments

It Trainer

The ++ operator is the increment operator which in this context means more added feature in C language . For example polymorphism which can be either static or dynamic . They are implemented in C++ language with the help of operator overloading and virtual functions . The idea behind the invention or...
read more
The ++ operator is the increment operator which in this context means more added feature in C language . For example polymorphism which can be either static or dynamic . They are implemented in C++ language with the help of operator overloading and virtual functions . The idea behind the invention or redesign the C language was to incorporate large scale software development which requires to embrace changes at any point of time . read less
Comments

++ is shorthand for adding 1 to a number in programming, so C++ roughly means “one better than C. Also remember that C++ is also called C WITH CLASSES...
Comments

Computer programming wizard

C is a middle level language and c++ is high level language. OOPs was added to c and so C++ ( C with additional functionalities) came into existence.
Comments

++ in C++ means c with added features a level up
Comments

m.tech,b.tech cse

C++ is an object-oriented programming (OOP) language that is viewed by many as the best language for creating large-scale applications. C++ is a superset of the C language.
Comments

Teacher

C++ is an advancement of C language as it contains more features and security, which lacks in C language. such as Operator overloading, Polymorphism, Encapsulation and many more.
Comments

View 14 more Answers

Related Questions

what is copy constructor?
The copy constructor is a constructor which creates an object by initializing it with an object of the same class, which has been created previously. The copy constructor is used to: Initialize one object...
Hiteshwar
Which are the best books to learn C?
Yashavant Kanetkar
Kratika
What is iostream.h?
It is a header file, which is needed to be included in C++ program to perform input output operations.
Monisha
How I can make gui graphics by c++ ? tell me the library of c++ regarding to gui.
There are many libraries available. For ease, you can start with graphics.h, allegro, ncurses, sdl, and opengl. If you need help, feel free to contact me.
Ariyan

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

PRACTISE makes you PERFECT ; ; ; There is no SUBSTITUTE for HARD WORK ;;;;Breathe SUCCESS like OXYGEN
Proper Planning ( reg what portions to be covered today) revising today's class portions & clarifying doubts solving Maths problems regularly ,noting down formulae separately trying to understand...

Set 0 To Kth Bit In A Variable
The following code snippet Set 0 to Kth Bit in an variable #include int UnsetBitValue(int n, int k);int main(){ printf("%d\n\n",UnsetBitValue(255,6)); return 0;}// Set kth bit to zeroint UnsetBitValue(int...

C++ Program-Working with constant using const keyword
//Header files #include<iostream.h>#include<conio.h> //Main function void main(){ //using const keyword to declare constants with a specific type const int len=10; const int br=5; const...

My first C++ program
# include using namespace std; int main() { cout<<"Welcome to C++"; return 0; } Use IDE such as CodeBlocks to run this program. To do this, open CodeBlocks, Goto File->New->Empty File. Copy...

Why we need to learn Programming languages?
Language is medium for communication. If two parties like to communicate or exchange the thoughts they must know a language. Language should be understandable by both the Parties. For example A wants to...

Recommended Articles

Introduction C++ is an excellent programming language and many of the applications are written in C++ language. It has generic, object-oriented & imperative programming features, and also provides facilities for low-level memory manipulation. Successor of C language, it is an OOP (object oriented programming) language...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Looking for C++ Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you