|
1236 | 1236 | | 1 | [What is Golang?](#what-is-golang)|
|
1237 | 1237 | | 2 | [What are the pros and cons of Golang?](#what-are-the-pros-and-cons-of-golang)|
|
1238 | 1238 | | 3 | [What kind of projects are suitable to be built in Golang?](#what-kind-of-projects-are-suitable-to-be-built-in-golang)
|
1239 | | -| 4 | [Explain how Golang works in layman terms?](#explain-how-golang-works-in-layman-terms) |
1240 | | -| 5 | [Is Golang an object oriented language?](#is-golang-an-object-oriented-language) |
| 1239 | +| 4 | [Is Golang an object oriented language?](#is-golang-an-object-oriented-language) |
1241 | 1240 |
|
1242 | 1241 |
|
1243 | 1242 |
|
|
1269 | 1268 |
|
1270 | 1269 |
|
1271 | 1270 |
|
1272 | | -**[ Back to Top ⬆ ](#table-of-contents---golang)** |
| 1271 | +**[ Back to Top ⬆ ](#table-of-contents---golang)** |
| 1272 | + |
| 1273 | + |
| 1274 | +3. ### What kind of projects are suitable to be built in Golang? |
| 1275 | + * Cloud services |
| 1276 | + * Media platforms |
| 1277 | + * Broadcast providers |
| 1278 | + * Projects with microservice architecture |
| 1279 | + |
| 1280 | + **[ Back to Top ⬆ ](#table-of-contents---golang)** |
| 1281 | + |
| 1282 | +4. ### Is Golang an object oriented language? |
| 1283 | + |
| 1284 | + Golang has types and methods and allows an object-oriented style of programming, there is no type hierarchy.Golang has some properties of object oriented programming like Encapsulation , Composition , but it doesn't have inheritance , classes , function overloading . |
0 commit comments