Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4db12fd

Browse filesBrowse files
author
Saeid
committed
l18: create
1 parent 8625aff commit 4db12fd
Copy full SHA for 4db12fd

File tree

Expand file treeCollapse file tree

2 files changed

+50
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+50
-0
lines changed
Open diff view settings
Collapse file

‎index.rst‎

Copy file name to clipboardExpand all lines: index.rst
+1Lines changed: 1 addition & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
lessons/l15
3333
lessons/l16
3434
lessons/l17
35+
lessons/l18
3536
log
3637
donate-report
3738
python-interactive
Collapse file

‎lessons/l18.rst‎

Copy file name to clipboard
+49Lines changed: 49 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
.. role:: emoji-size
2+
3+
.. meta::
4+
:description: کتاب آموزش زبان برنامه نویسی پایتون به فارسی، آموزش شی گرایی در پایتون، معرفی رابطه های وراثت (Inheritance) و انجمن (Association) در پایان، OOP در پایتون
5+
:keywords: آموزش, آموزش پایتون, آموزش برنامه نویسی, پایتون, تابع, کتابخانه, پایتون, شی گرایی در پایتون
6+
7+
8+
درس ۱۸: شی گرایی (OOP) در پایتون: وراثت (Inheritance) و انجمن (Association)
9+
========================================================================================================
10+
11+
12+
13+
این درس در ادامه درس پیش می‌باشد و به بررسی رابطه بین کلاس‌ها و اشیا می‌پردازد. در درس پنجم مقدمه‌ای از این روابط صحبت شده است و این درس به صورت کامل دو رابطه **HAS-A** یا Inheritance و **IS-A** یا Association در مفهموم شی گرایی و چگونگی پیاده‌سازی آن‌ها در زبان برنامه‌نویسی پایتون را شرح می‌دهد.
14+
15+
16+
17+
:emoji-size:`` سطح: متوسط
18+
19+
----
20+
21+
22+
.. contents:: سرفصل‌ها
23+
:depth: 2
24+
25+
----
26+
27+
28+
29+
30+
31+
32+
33+
34+
35+
36+
37+
38+
39+
40+
|
41+
42+
----
43+
44+
:emoji-size:`😊` امیدوارم مفید بوده باشه
45+
46+
`لطفا دیدگاه و سوال‌های مرتبط با این درس خود را در کدرز مطرح نمایید. <https://www.coderz.ir/python-tutorial-oop-class-and-object>`_
47+
48+
49+

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.