what is the main difference between c and c++?
Answer Posted / p vasavi
C++ IS THE ADVANCED VERSION OF C
* C IS A TOP DOWN APPROACH WHEREAS C++ IS A BOTTOM UP
APPROACH.
* C IS A OBLECT BASED PROGRAM THEY USE LIKE STRUCTURE AND
UNIONS WHEREAS C++ IS OBJECT ORIENTED PROGRAMMING THAT
MEANS ENTIRE PROGRAM IS MAINLY BASED ON OBJECT AND OBJECT
ORIENTED PROGRAMMING IS REUSEABILITY INCREASES THE
EFFICIENCY OF THE PROGRAM
* DATA IS NOT SECURED IN C WHEREAS IN C++ DATA IS SECURED
* IN C WE ARE USING #INCLUDE<STDIO.H> WHEREAS IN C++ WE
ARE USING #INCLUDE<IOSTREAM.H>
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
which feature are not hold visual basic of oop?
How do you define a class in oop?
What are the features of oop?
What is polymorphism and types?
What is solid in oops?
What is inheritance in simple words?
What causes polymorphism?
What is the point of oop?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What are properties in oop?
What are the types of abstraction?
Can we create object of abstract class?
How to use CMutex, CSemaphore in VC++ MFC
Can we define a class within the interface?
What is encapsulation c#?