Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is C++ could you enplane me please?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Name the different types of stl containers.

1217


what is template and type convertion

2489


Is stl part of c++ standard?

1154


Explain stl.

1413


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

2683


Why should a c++ programmer be interested in stl?

1147


Is stl open source?

1186


What is the stl, standard template library?

1140


How does an stl file work?

1221


Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.

2227


What does stl stand for in basketball?

1222


Who created stl?

1263


Is there any error below, its a code to delete all entires from a map #include #include iostream.h int main() { int i =0; map TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }

2433


write a program to convert a decimal number in to its equivalent binary number?

2761


Define stl.

1327