Please answer this last then 30 minute. Thank You Which of the following feature
ID: 3772173 • Letter: P
Question
Please answer this last then 30 minute. Thank You
Which of the following features common in current languages such as
C#, Java, or PHP were omitted or greatly simplified in the Jack
language to make it easier to implement? (Mark the features that were
omitted or greatly simplified with an "X" in the "___" at the left
margin).
___ Class variables
___ Method variables
___ Ineritance (classes derived from other classes)
___ Operator priority in expressions
___ Amount of whitespace is significant
___ Recursive calling of functions
___ Floating point variables and operators
___ Clear, precise syntax error messages
Explanation / Answer
Java___ Class variables
Java___ Method variables
Java___ Inheritance (classes derived from other classes)
Java___ Operator priority in expressions
_X__ Amount of whitespace is significant
Java___ Recursive calling of functions
_X__ Floating point variables and operators
_X__ Clear, precise syntax error messages