⟩ Do you know what is an object?
An instance of the class is called as object.
An instance of the class is called as object.
Can you please explain the difference between pass by value and pass by reference?
What is a local reference?
What is reference variable?
What means pass by pointer?
What means pass by reference?
What means pass by value?
Which reference modifier is used to define reference variable? a) & b) $ c) # d) none of the mentioned
What does a reference provide? a) Alternate name for the class b) Alternate name for the variable c) Alternate name for the pointer d) none of the mentioned
Identify the correct sentence regarding inequality between reference and pointer. a) we can not create the array of reference. b) we can create the Array of reference. c) we can use reference to reference. d) none of the mentioned
Which value we cannot assign to reference? a) integer b) floating c) unsigned d) null