|
|
NEW INTERVIEW QUESTIONS.COM
LANGUAGES INTERVIEW QUESTIONS
C INTERVIEW QUESTIONS DETAILS
NewInterviewQuestions.com - Home for World's Largest Interview Questions Website.
A D V E R T I S E M E N T
Question |
what is the major difference between c&c++ |
Answer
|
C++ deals with OOPS concepts where as C cannot
Answered By: Heidi Date: 7/1/2007
The major difference is that C++ deals with OOPS concepts where as C cannot
Answered By: Heidi Date: 7/1/2007
c++ is an object oriented programming language so that its code can be reused.whereas the c's code cannot be reused
Answered By: aarthi Date: 7/1/2007
c is procedure oriented programming(pop)which executes the program in top-down approach
c++ is object oriented programming(oops)which prefers bottom-up approach
Answered By: Dev Date: 7/1/2007
In C we are dividing big program into sub modules where in c++ we are combining different functions into single main program.
Answered By: ramya Date: 7/3/2007
the major difference between C & C++ is classes.C++ can employ classes where as c can not.
Answered By: mukesh Date: 7/6/2007
c is structure oriented where as c++ is object oriented
Answered By: rocky Date: 7/6/2007
In C,there is no visibility modifier.
In C++,there are visibility modifiers such as public,private,and protected.
Answered By: sivaranjini Date: 7/7/2007
there is no difference between c&c++ ,where as in c++ adding the some extra features like objects,classes,inheritance,polymorphisim etc....
Answered By: vasu Date: 7/8/2007
c++ is a object oriented programing language and its code is ruesed but in c we cannot do it
Answered By: peerbasha Date: 7/8/2007
c deals with functions but c++ deals with objects
Answered By: s.sumesh Date: 7/9/2007
1)C is a structured language follwing top down approach where as,C++ is a object oriented language follwing bottom up approach
2)funtions are called by using parameters in C where as, in C++ by methods
Answered By: Rameez Date: 7/10/2007
In C++ has allow to declare a function inside the Structure where as c not.
Answered By: Raja K Date: 7/10/2007
Initially Bjarne Stroustrup called C++ as 'C with class', thus major difference between C & C++ is class. Also C++ has additional facilities of inheritance, function overloading, and operator overloading over C.
Answered By: Anup Date: 7/18/2007
c++ is a object oriented lanuage &
where as c is structure oriented language.
Answered By: sreekanth.b Date: 7/24/2007
c++ is a object oriented programing language and its code is ruesed but in c we cannot do it
Answered By: kumar Date: 8/2/2007
when our source code is big ,it can nt be easily handeled by c &it's complexity is also increased bt when we use c++ then, with the help of classes we can decrease the complexity of our source code
Answered By: RAHUL SHARMA,BULANDSHAHR Date: 8/14/2007
in c variables can be declared globally whereas in c++ we cannot declare variables globally
Answered By: manasi Date: 8/28/2007
In C we have open(global data) where in c++ you can hide data...
Answered By: Dhanya Date: 6/18/2008
C deals with function and source code whereas c++ deals with allowing a declarable function into consideration.
Answered By: Rajeshgowd Date: 6/18/2008
© NewInterviewQuestions.com
|
If you have the better answer, than send it to us. We will display your answer after the approval.
Rate the above answer. Help us to know about the answer.
Please Note: We keep on updating better answers to this site. Subscribe to our newsletter to get notified when better answer is posted.
|
|
|