Multiple Choice
Which one of the following statements does NOT apply to object-oriented programming?
A) Object-oriented programming helps to prevent the complete rewriting of a program every time a minor change needs to be made.
B) Object-oriented programming makes use of the principle of "data hiding."
C) Object-oriented programming makes use of the encapsulation within an object of data and procedures that act on the data.
D) Object-oriented programming depends on the programmer having access to and understanding all of the code that contains the data and procedures that are encapsulated within an object.
Correct Answer:

Verified
Correct Answer:
Verified
Q6: Statements of which of the following kind
Q7: Methods can be either Sub or Function
Q8: What is the purpose of the Get
Q9: Property blocks of code, that are used
Q10: In the following statement, the word Private
Q12: If member variables are declared as Private,
Q13: The statement for raising a user-defined event
Q14: A line of code that contains arguments
Q15: An object is an encapsulation of data
Q16: Get property procedures are used to retrieve