what are the disadvantages of C++?
Answer Posted / mandoos
persistance
| Is This Answer Correct ? | 77 Yes | 43 No |
Post New Answer View All Answers
What are the 3 principles of oop?
What are the advantages of polymorphism?
Why is encapsulation used?
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 and why we use oops?
Templates mean
What is an advantage of polymorphism?
What is static in oop?
What does <> mean pseudocode?
Why is abstraction needed?
to find out the minimum of two integer number of two different classes using friend function
What is super in oop?
What is multilevel inheritance explain with example?
What is overloading and its types?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?