0 votes
in ECMAScript by
Which is not true about static methods?

1)Static methods can be invoked without instantiating the class

(2)Static methods are not specific to any object.

(3)We can create utility functions with the help of static methods.

(4)Static methods can be directly called with the help of a class object.

Related questions

0 votes
asked Aug 22, 2022 in Python by Robindeniel
0 votes
asked Jan 24, 2021 in JAVA by rajeshsharma
...