what is the main difference between c and c++?
Answer Posted / s prasanna kumar
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the 5 oop principles?
What does sksksk mean in text slang?
What is polymorphism what is it for and how is it used?
What is and I oop mean?
What is basic concept of oop?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is meant by multiple inheritance?
What is abstraction example?
Write a c++ program to display pass and fail for three student using static member function
What is the renewal class?
What is oops in simple words?
Why is abstraction used?
Why do we use class?
What is this pointer in oop?
What is object in oops?