Question: 1,The default constructor has no arguments. true false 2, You can declare variables of the same name in a method even though they are in
1,The default constructor has no arguments.
true
false
2, You can declare variables of the same name in a method even though they are in the same block.
true
false
3, You can declare variables of the same name in a method if they are in non-nesting blocks.
true
false
4, Variables that are shared by every instances of a class are ________.
public variables
private variables
instance variables
class variables
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
