Class variables should never be declared public Public variables-05894
Class variables should never be declared public. Public variables violate which of the following:
This multiple choice question (MCQ) is related to the book/course
vu cs504 Software Engineering - I.
It can also be found in
vu cs504 Final Term - Quiz No.17.
Class variables should never be declared public. Public variables violate which of the following:
Information hiding
Encapsulation
Information hiding and Encapsulation
None of the given