Hi
i just wanted to know about the default [compiler provided] implementations for the class. As per my understanding following are the four default implementations by the compiler, if not provided by the application.
1. default constructor
2. copy constructor
3. assignment operator
4. destructor
apart from the above, are there any other ?
Thanks in advance
sanjay
i just wanted to know about the default [compiler provided] implementations for the class. As per my understanding following are the four default implementations by the compiler, if not provided by the application.
1. default constructor
2. copy constructor
3. assignment operator
4. destructor
apart from the above, are there any other ?
Thanks in advance
sanjay