Multiple Choice
Your project, which uses prototype.js, contains the JavaScript class Photoviewer (see EXAMPLE, below) . Which one of the following code samples will create a class called AdvancedPhotoViewer that extends Photoviewe r? EXAMPLE: var PhotoViewer = Class.create() ;
A) var AdvancedPhotoViewer = new PhotoViewer()
B) AdvancedPhotoViewer.prototype = Object.extend (new PhotoViewer ()
C) var AdvancedPhotoViewer = Class.extend (PhotoViewer)
D) AdvancedPhotoViewer = PhotoViewer.extend ()
Correct Answer:

Verified
Correct Answer:
Verified
Q60: In Magento layouts, which attribute for <block>
Q61: Which attribute of an XML tag in
Q62: You want to override the lcolumn.phtml file.
Q63: Given the information shown below, which choice
Q64: The underscore prefix ("_") in variable names
Q66: How can you override a native template
Q67: When assigning a template file, what is
Q68: In layout XML, which two handles are
Q69: You want to load my-file.js only on
Q70: You created a header-new.phtml from the original