Declaring the variable:
Syntax: (Access Specifier)(Data Type)Variable name
Ex: public int a;
Access specifier is used to specify the accessibility of the data member of the class which is defined in our application by the developer to solve the problems according to the assigned tasks by their respective leads that have been assigned him by team manager and by the management which is the requirement of the client to finish their respective project.
Data type is defined as type of the values to be stored in the respective declared variable name. It may be either integer, float, double, character, String, Boolean and etc., It will be required to define the function to fulfill the application flow that is required by our client that has been said by our lead so that has been told by their team managers. The team managers has to be intimated regarding the requirements by the management as Clients requirements.
Variable name is the location to store the values. These values will be used in the future developments of the application. Variables may be either Global variable or local variable. Local variables can be used within the particular function only. It cannot be referred by outside of the function where it is required to specify. Global variables are used to use anywhere else in the whole application. They can be referred anywhere in the application by the developer for doing something. Global Variables are the best practice to handle the functionalists of the process.
Syntax: (Access Specifier)(Data Type)Variable name
Ex: public int a;
Access specifier is used to specify the accessibility of the data member of the class which is defined in our application by the developer to solve the problems according to the assigned tasks by their respective leads that have been assigned him by team manager and by the management which is the requirement of the client to finish their respective project.
Data type is defined as type of the values to be stored in the respective declared variable name. It may be either integer, float, double, character, String, Boolean and etc., It will be required to define the function to fulfill the application flow that is required by our client that has been said by our lead so that has been told by their team managers. The team managers has to be intimated regarding the requirements by the management as Clients requirements.
Variable name is the location to store the values. These values will be used in the future developments of the application. Variables may be either Global variable or local variable. Local variables can be used within the particular function only. It cannot be referred by outside of the function where it is required to specify. Global variables are used to use anywhere else in the whole application. They can be referred anywhere in the application by the developer for doing something. Global Variables are the best practice to handle the functionalists of the process.
No comments:
Post a Comment