English
全部
搜索
图片
视频
短视频
地图
资讯
Copilot
更多
购物
航班
旅游
笔记本
报告不当内容
请选择下列任一选项。
无关
低俗内容
成人
儿童性侵犯
时长
全部
短(小于 5 分钟)
中(5-20 分钟)
长(大于 20 分钟)
日期
全部
过去 24 小时
过去一周
过去一个月
去年
清晰度
全部
低于 360p
360p 或更高
480p 或更高
720p 或更高
1080p 或更高
源
全部
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
价格
全部
免费
付费
清除筛选条件
安全搜索:
中等
严格
中等(默认)
关闭
筛选器
6:57
YouTube
Bro Code
Python INHERITANCE in 6 minutes! 👨👦👦
# Inheritance = Inherit attributes and methods from another class # Helps with code reusability and extensibility # class Child(Parent) class Animal: def __init__(self, name): self.name = name self.is_alive = True def eat(self): print(f"{self.name} is eating") def sleep(self): print(f"{self.name} is asleep") class Dog(Animal): def speak(self ...
已浏览 3.4万 次
2024年5月24日
Python OOP Tutorial
53:06
Python Object Oriented Programming (OOP) - For Beginners
YouTube
Tech With Tim
已浏览 391.9万 次
2020年3月29日
2:36:25
Python Object Oriented Programming (OOP) - Full Course for Beginners
YouTube
freeCodeCamp.org
已浏览 33.3万 次
2025年1月29日
2:12:35
Object Oriented Programming with Python - Full Course for Beginners
YouTube
freeCodeCamp.org
已浏览 231.4万 次
2021年10月13日
热门视频
7:19
Python inheritance 👪
YouTube
Bro Code
已浏览 11.2万 次
2020年12月28日
7:29
🐍 Python Tutorial #30: Inheritance
YouTube
Professor Hank Stalica
已浏览 462 次
9 个月之前
7:34
Inheritance in Python | Python Tutorial - Day #61
YouTube
CodeWithHarry
已浏览 26万 次
2023年1月27日
Python Inheritance Examples
31:25
Inheritance in Python Explained in 30 Minutes 🔥 (With Real Examples)
YouTube
roseindiatutorials
已浏览 1 次
3 个月之前
9:18
Inheritance and MRO in Python | 47
YouTube
Telusko
已浏览 4286 次
3 个月之前
45:40
Python Inheritance Explained 🐍 | OOP Made Easy for Beginners
YouTube
Divesh Singh
已浏览 18 次
1 周前
7:19
Python inheritance 👪
已浏览 11.2万 次
2020年12月28日
YouTube
Bro Code
7:29
🐍 Python Tutorial #30: Inheritance
已浏览 462 次
9 个月之前
YouTube
Professor Hank Stalica
7:34
在视频中查找 00:50
Code Explanation Begins
Inheritance in Python | Python Tutorial - Day #61
已浏览 26万 次
2023年1月27日
YouTube
CodeWithHarry
9:18
Inheritance and MRO in Python | 47
已浏览 4286 次
3 个月之前
YouTube
Telusko
5:53
29. Inheritance in Python Explained | Types of Inheritance with Real-Wo
…
已浏览 524 次
2025年2月1日
YouTube
learn by doing it
27:20
Inheritance in Python | Python Tutorials for Beginners #lec89
已浏览 13.9万 次
2023年7月24日
YouTube
Jenny's Lectures CS IT
8:03
Learn Python multiple inheritance in 8 minutes! 🐟
已浏览 2.2万 次
2024年5月24日
YouTube
Bro Code
12:38
Python Class Inheritance
已浏览 576 次
2025年3月12日
YouTube
Kenny Yip Coding
13:59
Inheritance in Python
已浏览 381 次
7 个月之前
YouTube
Statcoding
19:40
Python OOP Tutorial 4: Inheritance - Creating Subclasses
已浏览 147.3万 次
2016年7月25日
YouTube
Corey Schafer
11:47
在视频中查找 01:44
Implementing Inheritance in Python
17. Inheritance [Python 3 Programming Tutorials]
已浏览 6.9万 次
2019年5月8日
YouTube
codebasics
40:27
Python Inheritance Explained | Types of Inheritance in Python OO
…
已浏览 18 次
4 个月之前
YouTube
Code With Ishfaq
0:41
Dataclass Inheritance In Python | Python Tutorial
已浏览 3990 次
2024年12月3日
YouTube
TechnicallyRipped
8:56
Lec-59: Inheritance👨👧👦 in OOPS with Execution | Complete Inheritance
…
已浏览 8.6万 次
2023年10月17日
YouTube
Gate Smashers
11:37
Types of Inheritance in Python | Single and Multi-Level inheritance
…
已浏览 1.7万 次
2022年2月24日
YouTube
Code-yug
5:13
init and super Method with Inheritance in Python | 48
已浏览 3421 次
3 个月之前
YouTube
Telusko
1:24
Master Inheritance in Python: Parent and Child Classes Made Easy! 🐾 #c
…
已浏览 1547 次
2025年1月27日
YouTube
Learning master
2:00
kirankumar | Day 27 | Inheritance in Python 🧬 Inheritance allows a child
…
已浏览 2969 次
3 个月之前
Instagram
coding_hub_96
0:09
Multilevel Inheritance in Python Simplified | OOPS Series 4/15 | #p
…
已浏览 2006 次
2 个月之前
YouTube
Tanishk Bhatt
9:35
Inheritance in Python | Object Oriented Programming in Python
…
已浏览 1.9万 次
2022年2月12日
YouTube
Code-yug
0:57
在视频中查找 00:49
Printing the Code
Mastering Python Inheritance with super()
已浏览 4778 次
2023年6月18日
YouTube
Eric Roby
0:22
What is Single Inheritance | Inheritance in Python | Code House
已浏览 168 次
3 个月之前
YouTube
Code House
10:26
Lec-49: Inheritance in OOP Explained with Real-Life Example
…
已浏览 5.4万 次
7 个月之前
YouTube
Gate Smashers
4:00
18. Multiple Inheritance [Python 3 Programming Tutorials]
已浏览 4.7万 次
2019年5月8日
YouTube
codebasics
8:54
在视频中查找 00:31
Hybrid Inheritance
Hybrid and Hierarchical Inheritance in Python | Python Tutorial - Day #81
已浏览 9.6万 次
2023年2月16日
YouTube
CodeWithHarry
8:44
What is Inheritance in Python | Object Oriented Programming in P
…
已浏览 9.2万 次
2021年7月29日
YouTube
WsCube Tech
20:16
Inheritance in Python | Python Mastery Ep-47 | code io - Tamil
已浏览 2万 次
2024年5月6日
YouTube
code io - Tamil
5:06
MULTIPLE INHERITANCE in PYTHON | Python for Beginners #
…
已浏览 6 次
8 个月之前
YouTube
BracesAndSemicolons
2:03
Single level inheritance in python with car and vehicle class example
已浏览 235 次
8 个月之前
YouTube
SOURAV SIR'S CLASSES
观看更多视频
更多类似内容
反馈