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++?

Answers were Sorted based on User's Feedback



what is the main difference between c and c++?..

Answer / gilbert

C is low level mostly. The idea behind C was to create a
language that was close enough to the hardware so that you
can maximize efficientcy but far enough away from the
hardware so that it was easier to program in that say
assembly. C++ is a high level multiparadigm general purpose
programming language that supports object orientation it is
not an object oriented programming language because an
object oriented programming language forces you to use
object oriented programming like Java or C# in those
languages everythings is an object but C++ not only shows
support for object oriented programming but for generic
programming, polymorphism, inheritance, encapsulation,
procedural programming and multiple inheritance, statically
typed, and free form as well.

Is This Answer Correct ?    0 Yes 0 No

what is the main difference between c and c++?..

Answer / mht

in we hv 2 dfn vrible in strng f prgrm bt in c++
we dfn verblz ny whr n thr progrm whr we wan 2 use them

Is This Answer Correct ?    0 Yes 0 No

what is the main difference between c and c++?..

Answer / shaan

in 1970's and 1980's C is a high level language,so For
complexity later C++ introduced by bjarne stroustrip at
1990, The Main Difference between c and C++ are ,C++
supports OOPS concept By sharing Global and local variable
from a class ,and C++ supports Class and object concept, So
to face real time Entity C extended to c++ .

Is This Answer Correct ?    0 Yes 0 No

what is the main difference between c and c++?..

Answer / pramit kumar mall

In c++ more security concert is taken by introduction of
>private class
>public class
>protected class
where as in c it was not found

Is This Answer Correct ?    0 Yes 0 No

what is the main difference between c and c++?..

Answer / k.v.subrahmnyareddy

c is structure programing language, c++ is Objectoriented
programming language.

In c data security is not sufficient.

In c++ data security can be very much efficient to conept of
Encapsulation.

so, in real time industry environment data security is most
important.

Is This Answer Correct ?    0 Yes 0 No

what is the main difference between c and c++?..

Answer / daphne

operator overloading is supported in c++
c does not support operator overloading

Is This Answer Correct ?    0 Yes 0 No

what is the main difference between c and c++?..

Answer / anusha

the main difference between c and c++ is portability

Is This Answer Correct ?    0 Yes 0 No

what is the main difference between c and c++?..

Answer / gobalsamy

C++ support operator overloading but c doesn't
support

Is This Answer Correct ?    0 Yes 0 No

what is the main difference between c and c++?..

Answer / vinodh

c does not have oops concept while c++ has it...

Is This Answer Correct ?    0 Yes 0 No

what is the main difference between c and c++?..

Answer / ankit

C DOES NOT PROVIDE DEFAULT ARGUMENT WHILE C++ PROVIDE
DEFAULT ARGUMENT.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT.

4 Answers   HCL,


What is multilevel inheritance explain with example?

0 Answers  


What are the 4 pillars of oop?

0 Answers  


what is an qt4 interface?

1 Answers   IBM,


What are the important components of cohesion?

0 Answers  


how to get the oracle certification? send me the answer

0 Answers   Oracle,


What is the difference between the C & C++?

9 Answers   HCL,


I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?

3 Answers  


What is inheritance in oop?

0 Answers  


what is the difference between <stdio.h>and "stdio.h"?

5 Answers  


Write a C++ program to conduct an election of a mayor.Declare a class ELECTION With the following specification: Data member: Name 25 character Age Integer symbol 1 character Member functions: To accept data for 20 contestant To accept symbol as voting from 100 voters. To declare the winner and the loser.

1 Answers   Global Academy, Infotech,


How to Increment the value of the empid E001 for each and every employee by using the programe?

1 Answers   Accenture,


Categories