adplus-dvertising
frame-decoration

Question

Which among the following is true ?

a.

We can use direct assignment for any object

b.

We can use direct assignment only for different class objects

c.

We must not use direct assignment

d.

We can use direct assignment to same class objects

Answer: (d).We can use direct assignment to same class objects

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which among the following is true ?

Similar Questions

Discover Related MCQs

Q. Assigning objects takes place while passing the arguments.

Q. Which language among the following doesn’t allow pointers?

Q. Which is correct syntax for declaring pointer to object?

Q. Which operator should be used to access the members of the class using object pointer?

Q. How does compiler decide the intended object to be used, if more than one object are used?

Q. If pointer to an object is declared, ___________

Q. What is the size of object pointer?

Q. A pointer _________________

Q. Pointer to a base class can be initialized with the address of derived class, because of _________

Q. Can pointers to object access the private members of the class?

Q. Is name of an array of objects is also a pointer to object?

Q. Which is the correct syntax to call a member function using pointer?

Q. If pointer to an object is created and the object gets deleted without using the pointer:

Q. How can the address stored in the pointer be retrieved?

Q. What should be done to prevent changes that may be made to the values pointed by the pointer?

Q. References to object are same as pointers of object.

Q. Which is the pointer which denotes the object calling the member function?

Q. Which among the following is true ?

Q. The this pointer is accessible __________________

Q. An object’s this pointer _____________________