0

What is static?

I know static is a type not an instance, but what's the difference between those two. Also what exactly is the use of the keyword static.

2nd Aug 2022, 1:50 PM
Tristan
2 Answers
2nd Aug 2022, 3:02 PM
Aly Alsayed
Aly Alsayed - avatar
0
Oh ok, so if something is static you can access it without having to create an object to access it, then why not use static for everything.
3rd Aug 2022, 11:57 AM
Tristan