Home »
MCQs »
Perl Programming MCQs
What is called when an object is created in Perl?
13. What is called when an object is created in Perl?
- Destructor
- Constructor
- Variable
- All of these
Answer: D) All of these
Explanation:
The constructor of a class is the first subroutine to be called when an object of that class is initiated.