what is c++ programming?

Answer Posted / premnath

C++ is a Object Oriented Programming Language which is derived from C.
C++ is a general purpose language and is invented by "Bjarne Stroustrup" .
The main features of C++(OOP) are :

Operators and operator overloading,
Classes,
Objects,
Encapsulation,
Inhiritence,
Polymorphism &
Templates.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

1650


What is the best organizational structure?

875


In C language, a variable name cannot contain?

1010


What is the best way to comment out a section of code that contains comments?

1074


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

917


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

2081


What is the purpose of realloc()?

882


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

889


How can I call fortran?

814


What are linked lists in c?

857


Why void main is used in c?

784


What are qualifiers in c?

775


Explain logical errors? Compare with syntax errors.

825


What is a char in c?

761


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

3051