Exam 8: Object-Oriented Programming

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

To instantiate an object and initialize it with one or more properties in a single step you must use the initialize method.

(True/False)
4.7/5
(50)

____ is an object-oriented feature that provides the ability to make important object features available while hiding nonessential details.

(Multiple Choice)
4.7/5
(33)

Access specified by the public, private or protected keywords, remains in affect ____.

(Multiple Choice)
4.8/5
(38)

Polymorphism can be implemented within Ruby by assigning different names to different methods.

(True/False)
4.7/5
(35)

Abstraction is implemented through classes and includes the specification of both properties and methods.

(True/False)
4.7/5
(31)

Polymorphism is the process by which one class is derived from another class.

(True/False)
4.8/5
(36)

The problem with using global variables is that they work against object-oriented programming principles.

(True/False)
4.9/5
(33)

Polymorphism is the ability to define objects and methods in different forms.

(True/False)
4.8/5
(42)

One limitation of working with Ruby classes is that Ruby does not permit programmer's to customize the language to meet programmer needs.

(True/False)
4.8/5
(37)

It is sometimes helpful to increase the scope of the variables to allow them to be referenced by all the methods in that class definition.

(True/False)
4.8/5
(37)
Showing 41 - 50 of 50
close modal

Filters

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