Do you know the problem with overriding functions?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the difference between object-oriented programming and procedural programming?

0 Answers  


What is encapsulation in c++ with example?

0 Answers  


How do you add an element to a set in c++?

0 Answers  


How do you establish an is-a relationship?

0 Answers  


Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

0 Answers  






What are features of c++?

0 Answers  


When does the c++ compiler create temporary variables?

0 Answers  


If I is an integer variable, which is faster ++i or i++?

0 Answers  


founder of c++

7 Answers   Microtek, TCS, TeleCommand,


A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9 percent of their gross sales for that week. For example, a saleperson who sells $5000 worth of merchandise in a week receives $200 plus 9 percent of $5000, or a total of $650. You have been supplied with a list of items sold by each salesperson. The values of these items are as follows: Item Value A 239.99 B 129.75 C 99.95 D 350.89 Write a program that inputs one salesperson's items sold in a week (how many of item A? of item B? etc.) and calculates and displays that salesperson's earnings for that week.

0 Answers  


What is abstraction with real time example?

0 Answers  


Give 2 examples of a code optimization?

4 Answers  


Categories