Does go (golang) support operator overloading?
Answer / Ajay Yadav
No, Go does not support operator overloading. You cannot define your own operators or change the functionality of existing ones.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain go interfaces ?
What is cgo golang?
What are the several built-in supports in go?
What is the usage of break statement, continue statement and goto statement?
Why type assertion is used in go language?
What are nil pointers?
Does go (golang) support method overloading?
How to define a structure in go programming language?
Does go (golang) support generic programming?
How pointer is represented in go?
What type assertion is used for and how it does it?
Is it recommended to use global variables in a program that implements goroutines?