3. What is the use of delete feature?
Answers
Answered by
0
Answer:
The =delete is a new feature of C++0x. It means the compiler should immediately stop compiling and complain "this function is deleted" once the user use such function.
Similar questions