This semester we looked at three languages (C++, Java and Python). One common rule in all three class checklists (for C++, Java and Python) was a logical equivalence (equals) function. In C+ + it was operator==; in Java it was equals; and in Python it was __eq__. Why does this rule exist in all three languages?
+1
Answers (1)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “This semester we looked at three languages (C++, Java and Python). One common rule in all three class checklists (for C++, Java and Python) ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Home » Computers & Technology » This semester we looked at three languages (C++, Java and Python). One common rule in all three class checklists (for C++, Java and Python) was a logical equivalence (equals) function.