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 |
What is stl stack?
why & sign is used in copy constructor
what is electronic software
Is there any error below, its a code to delete all entires from a map #include <map> #include iostream.h int main() { int i =0; map <int, char> TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map<int, char> :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }
WHAT IS FIBONACCI SERIES?
Can we use stl in coding interviews?
What is Constructor
what's the difference between function overloading and function overiding?
What is the underlying datastructure of map?
what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?
tell about sorted linked list
How connect plc and pc through software