InterviewSolution
Saved Bookmarks
| 1. |
What Is The Effect On The Dependent Objects If An Object Is Renamed? |
|
Answer» All the DEPENDENT objects become INVALID if an OBJECT, which the dependent objects reference, is RENAMED. All the dependent objects become invalid if an object, which the dependent objects reference, is renamed. |
|