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
Plese get me a perfect C++ program for railway/airway reservation with all details.
How do you define a class in oop?
What are different oops concepts?
What is super in oop?
why reinterpret cast is considered dangerous?
What is inheritance and how many types of inheritance?
What does it mean when someone says I oop?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is variable example?
What is a class in oop?
What is encapsulation oop?
What is advantage of inheritance?
What is difference between data abstraction and encapsulation?
What is class and example?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?