write a programe to calculate the simple intrest and compund
intrest using by function overlading


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

Post New Answer

More OOPS Interview Questions

What are constructors in oop?

0 Answers  


20% of a 6 litre solution and 60% of 4 litre solution are mixed what the % of mixture of solution it is resulted into?

5 Answers   IonIdea,


How can you overcome the diamond problem in inheritance?

0 Answers   NIIT,


Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.

0 Answers  


what is mean by design pattern

4 Answers  






write a C++ program for booking using constructor and destructor.

0 Answers   HAL,


What is the difference between the c++ & java?

2 Answers  


What is virtual function?where and when is it used?

2 Answers   Sitel,


Give two or more real cenario of virtual function and vertual object

0 Answers   TCS,


What is abstrac class?where is it use?

2 Answers  


In which cases you use override and new base?

2 Answers  


Does c++ support multilevel and multiple inheritance?

9 Answers   IBS, Wipro,


Categories