How can you tell the difference between variable declarations and method/constructor declarations

Average Rating
0 out of 5 stars. 0 votes.

How can you tell the difference between variable declarations and method/constructor declarations

Variable declarations don’t include any parentheses where as Method and Constructor declarations have parentheses for there parameters.