Which Member Can Be Considered Most Secure In The Code Belowp #223
Which member can be considered most secure in the code below?</p> <pre><code class="language-cpp"> class A() { int a; private : int b; protected : int c; public : int d; }; </code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 OOps Access Specifiers - OOPs MCQ: Private Access Specifier - Quiz No.2.