Multiple Choice
Which of the following is used to allocate memory for the instance variables of an object of a class?
A) the reserved word public
B) the reserved word static
C) the operator new
D) the operator +
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: Class members consist of all of the
Q21: The methods of a class must be
Q22: Constructors are called like any other method.
Q23: Which of the following is a constructor
Q24: In deep copying, each reference variable refers
Q26: Constructors have the same name as the
Q27: Not every user-defined class can override the
Q28: Given the declaration public class MyClass {private
Q29: What is the main use of inner
Q30: What does the default constructor do in