Skip to content

Commit 4b385eb

Browse files
committed
updating fourth question
1 parent 457c41a commit 4b385eb

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,8 +1236,7 @@
12361236
| 1 | [What is Golang?](#what-is-golang)|
12371237
| 2 | [What are the pros and cons of Golang?](#what-are-the-pros-and-cons-of-golang)|
12381238
| 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)
12411240

12421241

12431242

@@ -1269,4 +1268,17 @@
12691268

12701269

12711270

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

Comments
 (0)