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
2
Answer:
ob.show() is the answer
Similar questions