Inherit
انگلیسی
فعل
- ️اِرْثیدَن📤[≛]ارث بردن:
- In object-oriented programming, a child class inherits properties and methods from its parent class.در برنامهنویسی نُوعِپْگَرایانه[؟]شیءگرا، یه زیرنُوعِپال[؟]زیرکلاس خَصاءها[؟]شناسهها و عَمَلاءهای[؟]رفتارهای زِبَرنُوعِپال اش را بِاِرْثَد.
- When a class inherits from another, it gains access to all the public and protected members of the parent class.وقتیکه یه نوعِپال[؟]کلاس از دیگری بِاِرْثَد، به همه مَنْدْماءهای[؟]خصیصههای عمومی و خصوصی آن دَسْرِسامَد[؟]دسترسی مییابد.
- In Python, a class can inherit from multiple parent classes, a feature known as "multiple inheritance".در پایتون، یه نوعِپال[؟]کلاس تایَد[؟]بتواند از چند زبرنوعِپال[؟]زبرکلاس بِاِرْثَد، ویژگی هی که بعنوان «ارثاء چندگانه» بِشِناسِشَد[؟]شناخته میشود.
- ️تُلِرْثیدَن📤[≛]ارثبری کردن:
- If we have a class
A
and a classB
, we can makeA
inherit fromB
by writingclass A extends B
.اگر نوعِپالهای[؟]کلاسهایA
وB
را بداریم، تایَد[؟]بتوان نوعِپال[؟]کلاسA
را ازB
با نوشتنclass A extends B
بِتُلِرْثیم.
- ️اِرْثاخْتَن📤[≛]ارث بردن؛ ️اِرْثیدَن📤[≛]ارث بردن:
- The youngest son inherited the family farm after his father passed away.جوانترین پسر، پس از فوت پدر اش، مزرعه خانوادگی را اِرْثاخْت.