Hi
I was told there are multiple situations in which initialization list must be used to for initialization.
There are three cases
1) const member
2) reference
3) members without default constructors
Is that right? Anyone would like elaborate this? Is there any other case I missed?
Thanks!