what is the main difference between c and c++?
Answer Posted / dharmesh singh
c++ is a super set of c. c++ has data security but c hasn't any data security. also c++ has overloading, inline but c hasn't
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
• What are the desirable attributes for memory managment?
What is abstraction encapsulation?
What is encapsulation selenium?
What is the diamond problem in inheritance?
what type of questions
Why do we use encapsulation in oops?
Who invented oop?
How do you use inheritance in unity?
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 is oops concept with example?
What is the difference between abstraction and polymorphism?
What is new keyword in oops?
What is the difference between inheritance and polymorphism?
Is html an oop?