Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Match the following term with its definition. Write the letter in the blank space. _ _ _ _ _ _ 1 . private member A
Match the following term with its definition. Write the letter in the blank space.
private member A refers to the currently running object
mutator B each reference variable refers to its own object
package C initialized using an existing object
static class D nonstatic data members
shallow copying E automatically executes when the class object goes
out of scope
copy constructor F method that accesses the values of the data
members
encapsulation G can be accessed in the definition of a method and
in the users program
finalize H cannot be instantiated
instance variables I. collection of related classes
this J process that allows class variables to be read or
modified by other classes
K or more reference variables of the same type
point to the same object
L method that modifies the values of the data
members
M first basic principle of OO design
N doesnt need an object to be invoked
O used to completely hide a method or variable from
other classes
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started