Does go (golang) support operator overloading?



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

Post New Answer

More Go Programming Language Interview Questions

Explain go interfaces ?

1 Answers  


What is cgo golang?

1 Answers  


What are the several built-in supports in go?

1 Answers  


What is the usage of break statement, continue statement and goto statement?

1 Answers  


Why type assertion is used in go language?

1 Answers  


What are nil pointers?

1 Answers  


Does go (golang) support method overloading?

1 Answers  


How to define a structure in go programming language?

1 Answers  


Does go (golang) support generic programming?

1 Answers  


How pointer is represented in go?

1 Answers  


What type assertion is used for and how it does it?

1 Answers  


Is it recommended to use global variables in a program that implements goroutines?

1 Answers  


Categories