Multiple choice Which of the followng statements is incorrect about private access specifiers in C++? It prevents the misuse of data. It provides security to the data member. It creates a boundary for the members of a class. The member which is declared privately can be accessed by any other function in a class. None of these Reveal answer Fill a bubble to check yourself D Correct answer Explanation This is incorrect.