what is the main difference between c and c++?
Answer Posted / breetha s
c is not aobject orientedlanguage
c++ is object oriented language
c is a lowlevel language
c++ is a high level language
C is a procedural language,but C++ is a object oriented
language.
c is the top to bottom,but c++ is bottom to top language.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
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 makes a language oop?
#include
How long to learn object oriented programming?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is polymorphism and example?
What is polymorphism explain its types?
What is meant by multiple inheritance?
Where You Can Use Interface in your Project
What are the important components of cohesion?
What is polymorphism and types?
Why is abstraction needed?
Why polymorphism is used in oops?
Write a program to sort the number with different sorts in one program ??
What is polymorphism what is it for and how is it used?