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...


Explain the difference between C and C++.



Explain the difference between C and C++...

Answer / padmas

The programming language C, has structural programming data types where C++ has object oriented programming structures such as class-object, with features as polymorphism, Inheritance, Data abstraction and protection that are not available in C.C++ is an extension of C but cannot be seen the differences between two.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ Interview Questions

What is the purpose of a constructor? Destructor?

0 Answers   Amazon,


Can we use THIS Pointer in static function – Reason in C++?

0 Answers  


Can we call a virtual function from a constructor?

1 Answers  


What do you know about Volatile keyword in C++? Explain with an example code.

0 Answers   Adobe,


How to delete array of objects in C++? Proof by C++ code for proper deletion

0 Answers  


How does free know the size of memory to be deleted

0 Answers  


What is the difference between virtual functions and pure virtual functions?

1 Answers  


dynamic scoping is

0 Answers   Siemens,


Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


Is deconstructor overloading possible? If yes then explain and if no Then why?

1 Answers  


Tell us the size of a float variable.

0 Answers   Accenture,


How many times will this loop execute? Explain your answer.

0 Answers  


Categories