1. 1.
    0
    3)

    a member function declared with the const qualifier can be called for constant and nonconstant objects. a nonconstant member function can only be called for a nonconstant object. similarly, a member function declared with the volatile qualifier can be called for volatile and nonvolatile objects. a nonvolatile member function can only be called for a nonvolatile object.
    ···
   tümünü göster