what is the main difference between c and c++?
Answer Posted / abhishek gautam
C does not supports operator overloading but C++ supports.
C focus on procedure whereas C++focus on data.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the 3 principles of oop?
What is the full form of oops?
What is polymorphism oop?
What is class and object with example?
can we make game by using c
What is encapsulation in ict?
Why polymorphism is used in oops?
Why do we use polymorphism in oops?
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 class encapsulation?
What exactly is polymorphism?
What are the important components of cohesion?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
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 used?