Computer Science, asked by irfakhan463, 4 months ago

If a method nam
ed show() is to be invoked using an object 'ob', which among the following is correct to do so?

ob.show()

ob.show

show().ob

ob+show​

Answers

Answered by vishukhajuria
2

Answer:

ob.show() is the answer

Similar questions