Whitch of the following of code will return "Video" from the following code block?

Submitted by: Administrator
Code:
aThing = new Object();
aThing.mediatype = "Video";
aThing.format = "DVD";
aThing.getMediaType = function(){
return this.mediatype;
}



A. aThing.getMediaType
B. aThing.getMediaType();
C. aThing.getMediaType{};
D. aThing(getMediaType);
Submitted by: Administrator

Read Online Adobe Flash Job Interview Questions And Answers