Home »
MCQs »
Perl Programming MCQs
Which of these is not a type of method in Perl?
15. Which of these is not a type of method in Perl?
- Static method
- Constant method
- Virtual method
- All of these
Answer: B) Constant method
Explanation:
Virtual methods and static methods are valid types of methods in Perl.