Exam 10: Developing Object-Oriented Php

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Objects are organized into ____.

(Multiple Choice)
4.8/5
(41)

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)

Data are often also called components.

(True/False)
4.8/5
(38)

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)

Another name for a property is a(n) ____________________.

(Short Answer)
4.9/5
(27)

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)

____ is a system for organizing data.

(Multiple Choice)
4.9/5
(41)

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)

Class functions are called ____.

(Multiple Choice)
4.8/5
(43)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)