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 is the sylabus for priliminaries?
How do you achieve runtime polymorphism?
What do you mean by abstraction?
What are oops functions?
What is the difference between a mixin and inheritance?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What is the real time example of encapsulation?
write knight tour problem which is present in datastructure
What is meant by multiple inheritance?
What are functions in oop?
What is abstraction oop?
What is the benefit of oop?
What is pointer in oop?
What is a superclass in oop?
Why is destructor used?