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 Classes Tutorial
20:35
Python Tutorial - Introduction to Classes
YouTube
Dave Ebbelaar
已浏览 2.1万 次
2024年4月11日
6:52
🐍 Python Tutorial #28: Classes Introduction
YouTube
Professor Hank Stalica
已浏览 256 次
9 个月之前
15:05
Class and Object in Python | 43
YouTube
Telusko
已浏览 6212 次
4 个月之前
热门视频
19:40
Python OOP Tutorial 4: Inheritance - Creating Subclasses
YouTube
Corey Schafer
已浏览 147.3万 次
2016年7月25日
7:19
Python inheritance 👪
YouTube
Bro Code
已浏览 11.2万 次
2020年12月28日
11:47
17. Inheritance [Python 3 Programming Tutorials]
YouTube
codebasics
已浏览 6.9万 次
2019年5月8日
Python OOP Concepts
3:20:46
OOPs in Python Full Course | Classes, Objects, Inheritance & Polymorphism Explained
YouTube
Genalytiq
已浏览 982 次
1 周前
1:13:25
OOP Concepts in Python — The Only Video You Need | Low Level Design - Lesson 1
YouTube
Code and Debug
已浏览 2529 次
1 个月前
6:44
OOP in Python Introduction | 42
YouTube
Telusko
已浏览 6214 次
4 个月之前
19:40
在视频中查找 17:39
Practical Examples
Python OOP Tutorial 4: Inheritance - Creating Subclasses
已浏览 147.3万 次
2016年7月25日
YouTube
Corey Schafer
7:19
在视频中查找 00:44
Creating a Parent Class
Python inheritance 👪
已浏览 11.2万 次
2020年12月28日
YouTube
Bro Code
11:47
在视频中查找 09:49
Instance and Subclass Methods
17. Inheritance [Python 3 Programming Tutorials]
已浏览 6.9万 次
2019年5月8日
YouTube
codebasics
12:53
Python Classes Tutorial #4 | Inheritance (Creating a Subclass)
已浏览 1171 次
2024年3月6日
YouTube
Aikonic
7:29
🐍 Python Tutorial #30: Inheritance
已浏览 462 次
9 个月之前
YouTube
Professor Hank Stalica
5:53
29. Inheritance in Python Explained | Types of Inheritance with Real-Wo
…
已浏览 524 次
2025年2月1日
YouTube
learn by doing it
0:41
Dataclass Inheritance In Python | Python Tutorial
已浏览 3990 次
2024年12月3日
YouTube
TechnicallyRipped
27:20
在视频中查找 08:10
Practical Example of Inheritance
Inheritance in Python | Python Tutorials for Beginners #lec89
已浏览 13.9万 次
2023年7月24日
YouTube
Jenny's Lectures CS IT
0:45
在视频中查找 00:12
Creating a New Class
Multiple Class Inheritance In Python | Python Tutorial
已浏览 3806 次
2024年9月6日
YouTube
TechnicallyRipped
9:33
Understanding Inheritance in Python | Object Oriented Program
…
已浏览 53 次
4 个月之前
YouTube
DataMites
9:18
Inheritance and MRO in Python | 47
已浏览 4286 次
3 个月之前
YouTube
Telusko
8:03
在视频中查找 01:04
Example of Multiple Inheritance
Learn Python multiple inheritance in 8 minutes! 🐟
已浏览 2.2万 次
2024年5月24日
YouTube
Bro Code
19:32
Python Classes, Objects, Inheritance & Polymorphism for B
…
已浏览 2.8万 次
2023年6月13日
YouTube
Dave Gray
8:25
Python Inheritance | Learn Coding
已浏览 15.3万 次
2022年10月3日
YouTube
Learn Coding
8:44
What is Inheritance in Python | Object Oriented Programming in P
…
已浏览 9.2万 次
2021年7月29日
YouTube
WsCube Tech
1:24
Master Inheritance in Python: Parent and Child Classes Made Easy! 🐾 #c
…
已浏览 1547 次
2025年1月27日
YouTube
Learning master
13:59
Inheritance in Python
已浏览 381 次
7 个月之前
YouTube
Statcoding
1:36:47
Python OOP Complete Guide: Classes, Objects, Inheritance & Po
…
已浏览 54 次
2 个月之前
YouTube
KKRGENAI Innovations
5:13
init and super Method with Inheritance in Python | 48
已浏览 3421 次
3 个月之前
YouTube
Telusko
7:51
Mastering Object-Oriented Programming in Python: Principle
…
已浏览 2184 次
7 个月之前
YouTube
Minus J Squared
27:46
在视频中查找 10:01
Practical Example
Multiple Inheritance in Python | Python Tutorials for Beginners #le
…
已浏览 7.2万 次
2023年7月27日
YouTube
Jenny's Lectures CS IT
17:08
在视频中查找 02:06
Inheriting Object Classes
Hierarchical Inheritance in Python | Python Tutorials for Beginners #le
…
已浏览 4.7万 次
2023年7月31日
YouTube
Jenny's Lectures CS IT
10:26
Lec-49: Inheritance in OOP Explained with Real-Life Example
…
已浏览 5.4万 次
7 个月之前
YouTube
Gate Smashers
4:00
在视频中查找 02:01
Inheriting Multiple Classes
18. Multiple Inheritance [Python 3 Programming Tutorials]
已浏览 4.7万 次
2019年5月8日
YouTube
codebasics
0:59
在视频中查找 00:18
Inherit Parent Class from Another Class with "class"
Python Class Inheritance: Parent/Child Class + super
已浏览 1.5万 次
2020年11月16日
YouTube
CodeFatherTech
15:23
在视频中查找 03:17
Simple Example of Inheritance
Inheritance In Python | Types of Inheritance | Python OOP Tutorial
…
已浏览 10.3万 次
2019年7月19日
YouTube
edureka!
9:23
Python Classes & OOP Explained for Absolute Beginners (With Rea
…
已浏览 58 次
2 个月之前
YouTube
Ahmad Al Khatib
3:33
56 - Hybrid Inheritance in Python | Python Tutorial
已浏览 298 次
2024年12月21日
YouTube
Rapid Tutor
21:37
Python Inheritance Explained Simply | OOPS Made Easy
已浏览 97 次
11 个月之前
YouTube
OptnGrow
观看更多视频
更多类似内容
反馈