Login
Remember
Register
Ask a Question
Explain what Is A Constructor And Why Is It Used?
0
votes
asked
Mar 13, 2021
in
PL/SQL
by
rajeshsharma
Explain what Is A Constructor And Why Is It Used?
#constructor
plsql
plsql-constructor
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 13, 2021
by
rajeshsharma
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:
...