Services
Discover
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
Exam 10: Developing Object-Oriented Php
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
True/False
A constructor function is a special function that is called automatically when an object from a class is instantiated.
Question 42
Multiple Choice
To create a class in PHP, use the ____ keyword to write a class definition.
Question 43
Multiple Choice
A hyphen and a greater-than symbol used to access the methods and properties contained in an object are referred to as ____.
Question 44
True/False
There are three levels of access specifiers in PHP: public, private, and protected.
Question 45
Multiple Choice
____ are variables associated with an object.
Question 46
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.