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 abstract class in oop?
What is overloading and its types?
Which language is pure oop?
What is polymorphism explain?
What is object and class in oops?
program for insertion ,deletion,sorting in double link list
What is and I oop mean?
What is abstraction encapsulation?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What are oops methods?
What is the renewal class?
What is inheritance write a program to show use of inheritance?
Can a varargs method be overloaded?
What is balance factor?