1.

In Perl DBI, functions are called ______________(a) functions(b) procedures(c) methods(d) programs

Answer» Right choice is (c) methods

The explanation is: In the DBI API, functions are called and pointers to structures are used. The functions are called ‘methods’, pointers are called ‘references’, pointer variables are called ‘handles’.


Discussion

No Comment Found