1.

How many parameters does the method plot() accept?(a) 6(b) 7(c) 8(d) 9The question was asked by my college director while I was bunking the class.My doubt is from Enhanced JavaScript with R topic in section Sockets of JavaScript

Answer»

Correct ANSWER is (d) 9

For explanation I would say: Plot() is a generic function, meaning, it has many methods which are CALLED according to the type of object passed to plot(). The method plot() accepts a TOTAL of 9 parameters.



Discussion

No Comment Found

Related InterviewSolutions