Can inheritance be used in perl?
Answer / Jayant Srivastava
Yes, Perl supports inheritance through the use of a package variable called @ISA. This variable contains an array of class names that specify the parent classes of a derived class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which operator in perl is used for the concatenation of two strings?
Explain cpan?
Explain 'grep' function.
Explain ivalue in perl?
What is grep used for in perl?
Explain the meaning of subroutine?
How to implement a stack in Perl?
What is the importance of perl warnings? How do you turn them on?
How do find the length of an array?
Explain what is STDIN, STDOUT and STDERR?
How we can navigate the xml documents?
What does read () command do?