emphasizing it's a non-member function
This commit is contained in:
@@ -39,7 +39,7 @@ will sort Date objects into chronological order.
|
||||
|
||||
## 5.3 Questions
|
||||
|
||||
- Can you solve leetcode problem 905 with an overloaded operator <?
|
||||
- Can you solve leetcode problem 905 with an overloaded operator <, and make this overloaded operator < a non-member function?
|
||||
- Can you solve leetcode problem 905 with an overloaded operator <, and make this overloaded operator < a member function?
|
||||
- Can you solve leetcode problem 905 with an overloaded operator <, and make this overloaded operator < a member function, plus make the definition of this member function outside of the class definition?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user