Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. Which of the following statements is false?

  2. A.
    You typically use a public member function to change the value in a private data member
    B.
    Because the constructor function does not return a value, you place the keyword void before the constructor's name
    C.
    The public member functions in a class can be accessed by any program that uses an object created from that class
    D.
    An instance of a class is considered an object

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment