Physics, asked by pbhanu5298, 1 year ago

An identifier is a name that identifies elements such as classes, methods, and variables in a program. Describe some of the standard naming conventions for identifiers.

Answers

Answered by aniiiibhardwaj
0

eg:

bIsThreadRunning: bool value to give thread running status

class ServerSocket: server class

void WriteLogs(string log); : method

Similar questions