Câu 3: M70-301: Front End Certified Developer
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();
Nội dung câu hỏi
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();
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. var AdvancedPhotoViewer = new PhotoViewer()
- B. AdvancedPhotoViewer.prototype = Object.extend (new PhotoViewer () — đáp án hiện tại
- C. var AdvancedPhotoViewer = Class.extend (PhotoViewer)
- D. AdvancedPhotoViewer = PhotoViewer.extend ()
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.
Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.