filmov
tv
Every Java programmer should know Pascal Case Naming Convention #coding #java #springboot #pascal

Показать описание
When declaring a class or interface name, it should start with a capital letter. If the name consists of multiple words, each word should also begin with a capital letter. This naming convention is known as Pascal Case.