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
What is new line escape sequence?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Explain how can I pad a string to a known length?
What is the role of this pointer?
please explain every phase in the "SDLC" in the dotnet.
What is bubble sort technique in c?
In C language what is a 'dangling pointer'?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
How can I invoke another program or command and trap its output?
What is dynamic dispatch in c++?
What is atoi and atof in c?
How can I do graphics in c?
What is the value of uninitialized variable in c?
Do you know what are bitwise shift operators in c programming?
What is build process in c?