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

How to write a function that goes through an array of characters and eliminates any elements that are not letters (Legal letters can be either in an uppercase or a lowercase format.) The function removeNonLetters should return the new effective size of the array as the result.

2 Answers  


what is c++

2 Answers  


What is the stl, standard template library?

0 Answers  


Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"

2 Answers  


What is the STL?

2 Answers   Epson, HP,






Is string part of stl?

0 Answers  


how to overload << and >> operator in c++

3 Answers   Wipro,


What is stl in c++ with example?

0 Answers  


What are the different types of stl containers?

0 Answers  


write a c++ to define a class box with length,breadth and height as data member and input value(),printvalue() and volume() as member functions.

3 Answers  


WHAT IS FIBONACCI SERIES?

4 Answers   Stewart,


Name the different types of stl containers.

0 Answers  


Categories