Which of the following is the default visibility mode while defining a class…
2017
Which of the following is the default visibility mode while defining a class in C++? ----------------------------------------
Answer: A. private — Correct Answer: private
- A.
private
- B.
personal
- C.
protected
- D.
public
Attempted by 475 students.
Show answer & explanation
Correct answer: A
Correct Answer: private
Loading lesson…