Similar Collections


.

questions

Title
In how many ways can an object be passed to a function?
If an object is passed by value, ____________________
Pass by address passes the address of object _________ and pass by reference passes the address of the object _________
If an object is passed by reference, the changes made in the function ___________
Constructor function is not called when an object is passed to a function, will its destructor be called when its copy is destroyed?
When an object is returned by a function, a _______________ is automatically created to hold the return value
How to overcome the problem arising due to destruction of temporary object?
How many objects can be returned at once?
What will be the output of the following code?
It is necessary to return the object if it was passed by reference to a function
How many objects can be passed to a function simultaneously?
If an object is passed by address, will be constructor be called?
Is it possible that an object of is passed to a function, and the function also have an object of same name?
Passing an object using copy constructor and pass by value are same
What is reference to an object?
Whenever an object is assigned to a variable or passed to a method, ________________
Does use of object reference in assignment or passing means copy of the object is being used?
What will be the output of the following code?
Is there any explicit use of pointers in java that would be applicable to objects?
Can a super class object give reference to a subclass method?
total questions: 147

Questions

147

Views

1010

Best Answers

299

Points

5