Exam 8: Object-Oriented Programming
Exam 1: Ruby Basics45 Questions
Exam 2: Interacting With Ruby55 Questions
Exam 3: Working With Strings, Objects, and Variables50 Questions
Exam 4: Implementing Conditional Logic49 Questions
Exam 5: Working With Loops50 Questions
Exam 6: Working With Collections of Data46 Questions
Exam 7: Working With Regular Expressions50 Questions
Exam 8: Object-Oriented Programming50 Questions
Exam 9: File and Folder Administration49 Questions
Exam 10: Debugging50 Questions
Exam 11: Ruby on Rails Web Development51 Questions
Select questions type
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)