Static class

- Can have both static and non-static methods
- In regular non-static classes, a static method can’t call non-static method (example: can’t call non static method form main method).
-można wywołac metode statyczną z nie statycznej, nie można wywołac statycznej z nie statycznej.

-można z jednej klasy statycznej wolac metody statyczne innej klasy statycznej

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>