what is the main difference between c and c++?
Answer Posted / karan sharma
c is the advanced version of b and bcpl language
c++ is the advanced version of c with classes language
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to improve object oriented design skills?
What is polymorphism explain?
What is the real time example of encapsulation?
What is polymorphism used for?
What is multilevel inheritance explain with example?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is an advantage of polymorphism?
write a program to find 2^n+1 ?
What is encapsulation oop?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
#include
What is overloading in 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.
What does it mean when someone says I oop?
what type of question are asked in thoughtworks pair programming round ?