What is singleton pattern in c++?


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

Post New Answer

More C++ General Interview Questions

Explain about Virtual Function in C++?

0 Answers  


How the virtual functions maintain the call up?

0 Answers  


class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


What is a terminating character in c++?

0 Answers  


What are static variables?

0 Answers  






Difference between struct and class in terms of access modifier.

0 Answers  


What is an inclusion guard?

0 Answers  


Write about the members that a derived class can add?

0 Answers  


Why do we use constructor?

0 Answers  


Can a built-in function be recursive?

0 Answers  


What is the difference between a template and a macro?

0 Answers  


how to create window program in c++.please explain.

1 Answers   Microsoft,


Categories