Computer Science, asked by hussainshahid7541, 1 year ago

How can we make methods available on all objects?
A.Object.add(methods)
B.Object.methods(add)
C.Object.add.methods(…)
D.Object.prototype

Answers

Answered by meghakatiyar1
0
option c is correct
Answered by IMrGauravI
0

Explanation:

How can we make methods available on all objects?

A.Object.add(methods)

B.Object.methods(add)

C.Object.add.methods(…)

D.Object.prototype

Similar questions