what is the main difference between c and c++?
Answer Posted / bhanu pratap singh
in c we make the prog without header file but in c++ we
cant make the program without include header file.
bhanu
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are the features of oop?
What is new keyword in oops?
What is object in oop with example?
What is the diamond problem in inheritance?
Explain the concepts involved in Object Oriented programming.
What is advantage of inheritance?
What is meant by multiple inheritance?
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.
Is data hiding and abstraction same?
What is the highest level of cohesion?
How do you achieve polymorphism?
Which type does string inherit from?
When not to use object oriented programming?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Why is there no multiple inheritance?