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
What is difference between inheritance and polymorphism?
Which language is not a true object oriented programming language?
What is inheritance write a program to show use of inheritance?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is abstraction in oops with example?
What is difference between multiple inheritance and multilevel inheritance?
What is static modifier?
What are the 3 principles of oop?
Prepare me a program for the animation of train
What is inheritance and how many types of inheritance?
Can enum be null?
What is purpose of inheritance?
What does <> mean pseudocode?
Can main method override?
Why is encapsulation used?