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 |
Explain References in C++
In what cases using of a 'template' is a better approach then using of a 'base class'?
6 Answers Lucent, Mind Tree, Wipro,
What two types of containers does the stl provide?
how to making game in c++ ?
What is a standard template library (stl)? What are the various types of stl containers?
What are the symptoms of stl?
write a program to search and display the position of an element in a single-dimentional array using function.
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.
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
What is the name of your birth place?
Describe the elements of Microsoft Word screen. Write down steps for creating, saving, retrieving, editing and printing a document.
Difference between Structure and Class in C++?