Possible Duplicate:
How to prevent an object being created on the heap?
Hi,
I heard a concept called as stack based class. I.e. we can’t create instance of the class using new.
I am hearing this for the first time. One way to implement this by private overloading of ‘new ’ operator.
If anybody know details about the stack based class please inform me.