Question: True or False ___(15) A class can extend multiple classes. ___(16) When declaring a variable within a class and declaring and using the same variable
True or False
___(15) A class can extend multiple classes.
___(16) When declaring a variable within a class and declaring and using the same variable name within a method of the class, the class variable takes precedence
___(17) Java allows multiple constructors for a class.
___(18) Java uses pass-by-value mechanism when passing an array into a method.
___(19) After two objects cus1 and cus2 are instantiated from a class called SavingsAccount, each object stores a separate copy of any static member data.
___(20) After two objects cus1 and cus2 are instantiated from a class called SavingsAccount, each object stores a separate copy of any non-static member data.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
