Question: 10) A variable defined inside a method is referred to as 11) The client can use a method without knowing how it is implemented. The

10) A variable defined inside a method is referred to as 11) The client can use a method without knowing how it is implemented. The details of the implementation are encapsulated in the method and hidden from the client who invokes the method. This is known as or 12) Both Instance variables and static variables are referred to as or and 13) Encapsulation divides a class definition into a class a class 14) What is the memory address stored in a class variable called? 15) Why can't we use == to compare the equality of 2 objects of a class type? 16) What must we do to actually compare objects? Give an example. 17) What is the function of a constructor? What do they do? Why do we use them
Step by Step Solution
There are 3 Steps involved in it
Sure Lets go through each one A variable defined inside a method is referred to as a local variable ... View full answer
Get step-by-step solutions from verified subject matter experts
