Question: JAVA (Short or one word answer) Chapter 2: Using Objects a. Objects and Classes i. An object is an instance of a class. ii. Objects
JAVA (Short or one word answer)
Chapter 2: Using Objects
a. Objects and Classes
i. An object is an instance of a class.
ii. Objects
1. How do you create an object
iii. Classes
1. Properties of a class
b. Variables
i. Definition
ii. Declaration
iii. Initialization
iv. Data types
v. Naming rules
vi. Assignment
c. Calling methods
i. Public interface: what is it
ii. Method arguments
iii. Return values
2
iv. Declaration
v. Overloading
d. Constructing Objects
i. How
ii. Arguments vs no-arguments
e. Accessor Methods (getters)
i. How, where to create
ii. How, when, where to use
f. Mutator Methods (setters)
i. How, where to create
ii. How, when, where to use
g. Implementing a test program
i. Why
ii. What do you test
h. Object references
i. Number variables vs object variables
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
