1.

How can we access a class from a module from outside?

Answer»

How can we access a class from a module from outside?
Choose the correct OPTION from below list
(1)By USING export
(2)By using module
(3)By using namespace
(4)By using import

Answer:-(1)By using export



Discussion

No Comment Found