Difference between overloading and Overriding.
cAN ANY ONE PLEASE EXPLAIN THESE TERMS AND THEIR RELATION : BALCKBOX TESTING, FUNCTIONAL TESTING, FUNCTIONALITY TESTING, SYSTEM TESTING....... AND TEST METHODOLOGIES, TESTING TECCHNOLOGIES, TESTING TYPE.....
5 8045Post New IBM Interview Questions
Tell me have you developed custom transaction software?
What is navbar in bootstrap? and why it is used?
What is firmware? Why may I want to change it?
Tell me what are the functions used with flash media?
how a spindle motor works , in detail..............
Have you ever had a problem with your peer? Tell us how you handled it.
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
What is the difference between a block-level element and an inline element?
What is the main difference between 1x rtt and 1x evdo?
package MYCALC; use Exporter; our @EXPORT = (); our @ISA = qw(Exporter); our @EXPORT_OK = qw(addition multi); our %EXPORT_TAGS = (DEFAULT => [qw(&addition)],Both => [qw(&addition & +multi)]); sub addition { return $_[0] + $_[1]; } sub multi { return $_[0] * $_[1]; } 1; Program: use strict; use warnings; my @list = qw (2 2); use Module qw(:DEFAULT); print addition(@list),"\n"; Above coding is my module MYCALC and the program which using this module, I have not exported any function using @EXPORT, but I have used the DEFAULT in %EXPORT_TAGS with the function addition, when I call this function from the main it says the error as,
Can an automatic recovery be initiated by a user?
What are the two types of spreadsheets?
Are you applying to other companies as well? If so, which are those?
why sre you used Potassium hydrogen phthalate in standarisation of 1N NaOH and 0.1 N Perchloric Acid?
What are TCP/IP protocols?