1.

The functions in Perl DBI called?(a) functions(b) procedures(c) methods(d) programs

Answer» Correct answer is (c) methods

Easiest explanation: 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