what is c++ programming?

Answers were Sorted based on User's Feedback



what is c++ programming?..

Answer / savitha

c++ is object oriented programming language... it has special functions such as class, polymorphism ,inheritance ,encapsulation , data abstraction...hence we can develop programs which relates to objects makes us easy to understand

Is This Answer Correct ?    8 Yes 2 No

what is c++ programming?..

Answer / renisha

c++ is powerful general purpose system. it used objects,
classes, functions. it used to compiler that input and
display the output. it can use more information. user can
use variety of information whatever they needs.

Is This Answer Correct ?    5 Yes 3 No

what is c++ programming?..

Answer / 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

More C Interview Questions

Why do we use return in c?

0 Answers  


Explain heap and queue.

0 Answers   Aricent,


What is the symbol indicated the c-preprocessor?

0 Answers  


What is the use of the function in c?

0 Answers  


Why is event driven programming or procedural programming, better within specific scenario?

0 Answers   Wipro,






let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................

8 Answers  


#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }

9 Answers   TCS,


Can a variable be both const and volatile?

0 Answers  


How many types of linked lists what are they? How many types of data structures?

18 Answers   BSNL, Pivotal Software,


Difference between macros and inline functions? Can a function be forced as inline?

0 Answers   HAL, Honeywell, Zomato,


What is c system32 taskhostw exe?

0 Answers  


DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

2 Answers   Wipro,


Categories