InterviewSolution
Saved Bookmarks
| 1. |
What Is A Constructor And Why Is It Used? |
|
Answer» A CONSTRUCTOR is a SPECIAL built-in FUNCTION that is used to initialize nested tables and VARRAYs. Constructor has the same name as the collection and can take any number of ARGUMENTS, as shown in the following CODE: A constructor is a special built-in function that is used to initialize nested tables and VARRAYs. Constructor has the same name as the collection and can take any number of arguments, as shown in the following code: |
|