what is the main difference between c and c++?
Answer Posted / mayuri
C C++
DATA IS NOT SECURED SECURED
TOP DOWN BOTTOM-UP
FOCUS ON PROCEDURES FOCUS ON DATA
PROGRAMS ARE DECOMPOSED INTO OBJECTS
INTO FUNCTIONS
allocation is done NEW OPERATOR
with malloc statement
UNOINS AND ENUMS AVALIABLE
ARE NOT AVALIABLE
DOES NOT PROVIDE PROVIDES
DEFAULT ARGUMENTS
| Is This Answer Correct ? | 919 Yes | 147 No |
Post New Answer View All Answers
What is basic concept of oop?
What is coupling in oop?
How Do you Code Composition and Aggregation in C++ ?
What is class and object with example?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Can we create object of interface?
What are two types of polymorphism?
what are the ways in which a constructors can be called?
What is multilevel inheritance explain with example?
How oops is better than procedural?
What is abstraction example?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
how to get the oracle certification? send me the answer
What are the three parts of a simple empty class?
What is encapsulation oop?