Skip to content

Commit

Permalink
Add links for each chapter 4 oop
Browse files Browse the repository at this point in the history
  • Loading branch information
armineyvazi committed Jun 10, 2023
1 parent b460b73 commit 969088a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/chapter 4/oop/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ bookCollapseSection: true
گو یک زبان statically-typed است و بطور کلی امکانات شی گرایی را به شیوه قدیم و مرسوم پشتیبانی نمی کند. اما در عوض یک شیوه قرار دادی وجود دارد که به شما کمک می کند برخی از مفاهیم شی گرایی را با کمک اینترفیس, composition, متد و type embedding پیاده سازی کنید.

**این مفاهیم شامل :**
- کپسوله سازی
- ارث بری
- پلی مورفیسم
- overriding
- abstraction
- [کپسوله سازی](go-encapsulation)
- [ارث بری](go-inheritance)
- [پلی مورفیسم](go-polymorphism)
- [overriding](go-overriding)
- [abstraction](go-abstraction)



Expand Down

0 comments on commit 969088a

Please sign in to comment.