Java Advance Go Back Assignment of Object referance variables views 09:40 By this you have both the objects c1 and c2 of class Cube1 holding the reference to the sameobject. NOT that c1 and c2 are distinct objects and hold different references. Remember that whenever you are assigning one object variable to another you are notcreating a copy of the object but you are creating a copy of reference to the object. Create if and if/else constructs Using a switch statement Creating and Using Arrays Multidimensional Array Using Loop constructs Creating and using Do/While loops Working with Methods and Encapsulation Assignment of Object referance variables Arguments and Parameters Applying static keywords to methods and fields Defualt constructor and User defined constructor Applying access modifiers Applying encapsulation principles to a class