what is the main difference between c and c++?
Answer Posted /
c is like coffee
but c++ is like coffee with extra sugar
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the problem with multiple inheritance?
What is stream in oop?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is the types of inheritance?
What are the two different types of polymorphism?
What are the benefits of polymorphism?
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.
Prepare me a program for the animation of train
Can abstract class have normal methods?
Where You Can Use Interface in your Project
Can a destructor be called directly?
What are constructors in oop?
What is multilevel inheritance?
What is encapsulation example?
what type of question are asked in thoughtworks pair programming round ?