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 the main difference between c and c++?

Answer Posted / vivek sagar jaiswal

*c is the procedure oriented programing.
c++ is the object oriented programing.

*c is the low level language.
c++ is the high level language.

*c is top-down approach
c++ is bottom-top approach.

*c is structured design
c++ is object oriented design .

*c does not deal with real world problems properly
eg. Maintaining a database.
while c++ deals with real world problems.

*In c we declare variable at the start of block...
In c++ we can declare it any where.....

*c the data can pass through the fuction to fuction.
Data is hidden and can’t be accessed by the external function.

*We can’t work with Class in C .
We can work with Class in C++ .
*c is not required acces
specifiers .
C++ is required acces
Specifiers .

*c has not inheritance concept .
c++ has inheritance concept .

*C can't support
of all function of C++.
C++ can support of all function of C

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

2. Give the different notations for the class.\

2160


Can we create object of interface?

1133


Why do while loop is used?

1035


How Do you Code Composition and Aggregation in C++ ?

25469


How oops is better than procedural?

1099


How long to learn object oriented programming?

1091


what is difference between class template and template class?

2661


What is polymorphism programming?

1130


write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.

2264


Why is encapsulation used?

992


What is oops and its features?

1081


What is the advantage of oop over procedural language?

1087


What is polymorphism explain?

1255


Why is oop useful?

1107


What is an example of genetic polymorphism?

1185