Home / CSE / Object Oriented Programming Using C++ :: Section 11

CSE :: Object Oriented Programming Using C++

  1. Which of the following is a string literal constant?

  2. A.
    "Visual C++"
    B.
    "137.45"
    C.
    "A"
    D.
    "2,365"
    E.
    All of the above

  3. Which of the following, if any, are valid names for variables?

  4. A.
    class
    B.
    friend
    C.
    #OnHand
    D.
    void
    E.
    None of the above are valid names for variables

  5. A child class _____ exist if there is no parent class

  6. A.
    must
    B.
    may
    C.
    cannot
    D.
    can