Home / Programming MCQs / Perl MCQs / Question
N
Q. Method overwriting can be used to implement run time polymorphism?
Run time polymorphism is implemented in Perl using method overwriting.
You must be Logged in to update hint/solution
Which of these is a data type in Perl?
Which function is used by perl for reversing a string?
What will be printed by the code below? my $val = {}; print ref($val);
What is called when an object is created in Perl?
Scalar variables in Perl are ___.
What is the correct operator precedence for the following operators?
Discusssion
Login to discuss.