While Using Encapsulation Which Among The Following Is Possible #78
While using encapsulation, which among the following is possible?
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 Concept & Features - OOPs MCQ: Encapsulation - Quiz No.1.
While using encapsulation, which among the following is possible?
Code modification can be additional overhead
Data member’s data type can be changed without changing any other code
Data member’s type can’t be changed, or whole code have to be changed
Member functions can be used to change the data type of data members