what is the main difference between c and c++?
Answer Posted / muthu sundar
The main difference between C and C++ is
polymorphism which is present in C++ and not in C.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is coupling in oop?
What is class and example?
What is the fundamental idea of oop?
What is the highest level of cohesion?
What is debug class?what is trace class? What differences are between them? With examples.
What is variable example?
What is multilevel inheritance explain with example?
What is difference between inheritance and polymorphism?
Write a program to reverse a string using recursive function?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is class and object in oops?
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.
Why is abstraction needed?
#include
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