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 |
What are the function closures?
What are lvalue and rvalue?
What are goroutines?
Explain why type assertion is used in go language?
What is the syntax for creating a function?
What is default value of a global and local variable in go?
Who is known as the father of go programming language?
How you can write multiline strings in go?
Is go a case sensitive language?
What is go routine in go? How you can stop go routine?
Explain pointers in go?
What are packages in go programming?