Home / C++ Programming / Constructors and Destructors :: Discussion

Discussion :: Constructors and Destructors

  1. A function with the same name as the class, but preceded with a tilde character (~) is called __________ of that class.

  2. A.
    constructor
    B.
    destructor
    C.
    function
    D.
    object

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment