0

Can anyone explain what is static?

17th Sep 2016, 3:14 PM
Voleti Sivaji Mohan
3 Answers
+ 1
It means that if a function is static then it can be called without creating an object of that particular class.
21st Sep 2016, 6:07 PM
Priyanka Sahu
Priyanka Sahu - avatar
+ 1
if a function is static we have to put static key word before declare the function which is to be static function...
11th Sep 2017, 7:22 PM
J.Balaji
J.Balaji - avatar
0
@Priyanka Sahu thanks
22nd Sep 2016, 10:20 AM
Voleti Sivaji Mohan