Ask Question
26 December, 10:32

A public variable declared in class ABC CAN be accessed:

a. From a member function of class ABC?

A. true

B. false

b. From a member function of a child class of ABC?

A. true

B. false

c. From a friend function of class ABC, accessed using the dot operator?

A. true

B. false

d. From a member function of a friend class of ABC, accessed using the dot operator?

A. true

B. false

e. From an otherwise unrelated class that declares ABC to be its' friend, accessed using the dot operator?

A. true

B. false

f. From main, accessed using the dot operator?

A. true

B. false

+1
Answers (1)
  1. 26 December, 14:22
    0
    A. True;

    B. True

    C. True

    D. False

    E. True

    F. False
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A public variable declared in class ABC CAN be accessed: a. From a member function of class ABC? A. true B. false b. From a member function ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers