When I go for static method

When I go for static method :
  • To write utility functions
  • A common code is accessed by different type of object
  • To auto generate a value
    • Example : Id’s
  • To count the number of objects
  • To perform operations on state of all objects belongs to same type .
    • Example: swimming, the total salary of all the employees, finding the highest salary among employees.

Comments

HTML/JAVASCRIPT

Popular posts from this blog

Teradata SQL Assistant Shortcuts

How to List All Tables in Oracle, MySql, Teradata, DB2 and PostgreSQL