121k views
2 votes
Most professional coding standards use _____ for class names. (Points : 2) underscores along with all upper case words

Method Class case
no specific naming convention
Pascal case

User Rozana
by
4.6k points

1 Answer

1 vote

Answer: Pascal case

Step-by-step explanation:

The most of the professional coder use the standard pascal case for initialize the name of the class in the programming language. The pascal is basically use for writing the class name and each word must begin with the capital letter.

The pascal casing is one of the popular case styling in the programming language which is also known as pascal programming language.

User Izzy Rodriguez
by
4.6k points