This site features a collection of common technical interview questions gathered by a group of programmers who have been through, and given, lots of technical interviews. There is an emphasis on C++ and game programming technical interviews, but most of the questions are relevant to any technical interview.
if your constructor is private then you can’t instanciate the class yourself. A singleton is the common example of why you’d want to do this, can’t think of any other reason off the top of my head.
1 Comment so far
Leave a comment
if your constructor is private then you can’t instanciate the class yourself. A singleton is the common example of why you’d want to do this, can’t think of any other reason off the top of my head.
By littlegray on 10.11.06 9:34 am | Permalink
Leave a comment
If you are including code in your comment, place it within a <div class='code'></div> tag for better formatting.