Home » C++ Programming » Standard Library » Question
  1. Which is best for coding the standard library for c++?
    1. complex objects are returned by value
    2. have a member-swap()
    3. no trailing underscores on names
    4. All of above
    5. None of these
Correct Option: D

* complex objects are returned by value.
* have a member-swap().
* no trailing underscores on names.



Your comments will be displayed only after manual approval.