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 / nitish

1. c is a procedure oriented language. whereas c++ is an
object oriented language.

2. c is an predecessor to c++.

3. c uses functions for input/output as,
scan f/print f.
where as,
c++ uses functions as,
cin>>/cout<<.

4. c acted as a middle level language in the system
functioning. as, a link between
machine language and higher level language.

5. C don't support but c++ support polymorphism and
inheritance in its functioning..

and so on,
but one similarity between both of the 2 is that,
Both are case sensitive languages.
"A" means different from "a".

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What polymorphism means?

1136


What is abstract class in oop?

1065


How oops is better than procedural?

1150


What are the types of abstraction?

1154


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

2509


why reinterpret cast is considered dangerous?

2451


What is the difference between inheritance and polymorphism?

1166


What is polymorphism and its types?

1129


State what is encapsulation and friend function?

1343


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

2357


What is encapsulation example?

1127


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

2698


What is a class oop?

1058


Why is encapsulation used?

1056


What are the benefits of interface?

1118