Exam 10: Developing Object-Oriented Php
Exam 1: Getting Started With Php83 Questions
Exam 2: Functions and Control Structures83 Questions
Exam 3: Manipulating Strings83 Questions
Exam 4: Handling User Input83 Questions
Exam 5: Working With Files and Directories84 Questions
Exam 6: Manipulating Arrays83 Questions
Exam 7: Working With Databases and Mysql83 Questions
Exam 8: Manipulating Mysql Databases With Php84 Questions
Exam 9: Managing State Information83 Questions
Exam 10: Developing Object-Oriented Php79 Questions
Select questions type
An instance is an object that has been created from an existing class.
(True/False)
4.8/5
(29)
Programming code and data that can be treated as an individual unit or component is known as a(n) ____.
(Multiple Choice)
4.8/5
(36)
After you instantiate an object, you use a hyphen and a greater-than symbol (->), referred to as member selection notation, to access the methods and properties contained in the object.
(True/False)
4.9/5
(38)
The term data refers to information contained within objects or other types of storage structures
(True/False)
4.8/5
(37)
The term data structure refers to a system for organizing classes.
(True/False)
4.8/5
(46)
Garbage collection is a term that refers to cleaning up or ____________________ memory that is reserved by a program.
(Short Answer)
4.8/5
(43)
After you instantiate a class object, ____________________ are referred to as properties of the object.
(Short Answer)
4.8/5
(26)
A particular instance of an object ____ the methods and properties its class.
(Multiple Choice)
4.7/5
(29)
A programming object and its interface can be compared to a handheld ____________________.
(Short Answer)
4.7/5
(42)
An interface refers to objects that are required for a source program to communicate with data.
(True/False)
4.8/5
(33)
To enable anyone to call a class's member function use a(n) ____.
(Multiple Choice)
4.7/5
(38)
Objects in which all code and required data are contained within the object itself are ____.
(Multiple Choice)
4.9/5
(25)
Cleaning up, or reclaiming memory that is reserved by a program is called ___
(Multiple Choice)
4.8/5
(48)
____________________ gives an encapsulated object its black box capabilities so that users of a class can see only the class members that you allow them to see.
(Short Answer)
4.9/5
(37)
The ____________________ function allows you to format variables in an output string.
(Short Answer)
4.8/5
(38)
Showing 21 - 40 of 79
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)