What is singleton class in c++?


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

Post New Answer

More C++ General Interview Questions

What is the use of 'this' pointer?

0 Answers   Fidelity,


Define stacks. Provide an example where they are useful.

0 Answers  


Define the process of handling in case of destructor failure?

0 Answers  


What is class invariant?

1 Answers  


What do you mean by internal linking and external linking in c++?

1 Answers  






What happens when you make call 'delete this;'?

0 Answers  


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  


How do I write a c++ program?

0 Answers  


How would you differentiate between a pre and post increment operators while overloading?

0 Answers  


What is design pattern?

2 Answers   Samsung,


What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack

0 Answers  


How Virtual functions call up is maintained?

2 Answers  


Categories