InterviewSolution
Saved Bookmarks
| 1. |
Code that uses a class, function, or method is often described as the ____________(a) client code(b) user code(c) object code(d) class codeThis question was addressed to me in an interview for internship.The question is from Object Basics-1 in chapter Objects and Databases in PHP of PHP |
|
Answer» RIGHT CHOICE is (a) client code For explanation: Code that uses a class, function, or method is OFTEN DESCRIBED as the class’s, function, or method client or as client code. |
|