What is C++ could you enplane me please?



What is C++ could you enplane me please?..

Answer / rama

1)c++ has every thing which was present in c language, and it has some additional features and advantages than c language. so its named as c++..

2) c++ is a object oriented language

3) It follows bottom-up approach in program design.

4) object may communicate with each other through functions.

5) Data is hidden and cannot be accessed by external functions.

6) New data and functions can be accessed by external function.

7) programs are divided into what are known as objects.

8) Emphasis is on data rather than procedure

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More STL Interview Questions

What is stl in oop?

0 Answers  


what is c++

2 Answers  


what are you now programming Languages C+

1 Answers   HCL,


write a program that will accept a number and print.its equivalent in words the maximum input number is 9999

0 Answers  


write a c++ program to create an object of a class called employee containing the employee code name designation basic salarry HRA Da gross salary as data 10 such objects "members process "

1 Answers  






What is stl stand for?

0 Answers  


Find the error in the following program struct point {struct point *next; int data; } x; main() {int...data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return }

1 Answers   Sun Microsystems,


what is template and type convertion

0 Answers   TATA,


Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister

0 Answers  


How do I convert a stl file?

0 Answers  


Difference between Structure and Class in C++?

5 Answers   Caritor,


a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.

0 Answers  


Categories