Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
PHP Programming
Quiz 10: Developing Object-Oriented Php
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
True/False
Although the destructor function is always called, a constructor function is only called when you instantiate a new class object.
Question 22
Multiple Choice
Methods and properties that are required for a source program to communicate with an object are referred to as a(n) ____.
Question 23
True/False
A constructor function is a special function that is called automatically when an object from a class is instantiated.
Question 24
True/False
When you serialize an object with the
serialize()
function, PHP looks in the object's class for a special function named __
sleep()
function, which you can use to perform many of same tasks as a destructor function.