Computer Science, asked by Mridul6308, 1 year ago

Difference between variable declaration and data binding in programming

Answers

Answered by aishu1212
0
The difference between data types and variables is not special to Python or any Programming language. It is a general programming concepts.

Data types:

It indicates the nature of data i.e. integer, char, float, string, boolean etc.

Different programming language uses different type of data types which is specific to the language and many operations works according to the data type.

Answered by Anonymous
0
Variable declaration means to declare a variable in java whereas in data binding, the information is bonded and encapsulated.

pls mark my answer as brainliest
Similar questions