The static keyword is used for memory management of global data members. The static keyword can be applied to the fields and methods of a class. The static variables and methods are part of the class instead of a specific instance. The static keywo...
vinitmepani.hashnode.dev2 min read
No responses yet.