what is the main difference between c and c++?
Answer Posted / ruchi chopra
in c++ the user define their own datadype i.e user-defined
datatype but in c there is by default datatypes.
| Is This Answer Correct ? | 18 Yes | 9 No |
Post New Answer View All Answers
Is react oop?
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 do we use class in oops?
Why is abstraction needed?
What does and I oop mean in text?
write a program that takes input in digits and display the result in words from 1 to 1000
#include
Templates mean
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
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?
why reinterpret cast is considered dangerous?
Why do we use oop?
Please send ford technologies placement paper 2 my mail id
Why do we use class?
What is oops in simple words?