0
Can anyone explain what is static?
3 Answers
+ 1
It means that if a function is static then it can be called without creating an object of that particular class.
+ 1
if a function is static we have to put static key word before declare the function which is to be static function...
0
@Priyanka Sahu thanks