Python Tutorial #16: Inheritance | Object Oriented Programming | OOP | Tagalog | Filipino

preview_player
Показать описание
Today we will learn about Inheritance so you can make Variants of Your Objects & Classes and Extend them as much as you like ^_^

Python Tutorial #16: Inheritance | Object Oriented Programming | OOP | Tagalog | Filipino

Language: Python
Series: Python Tutorial Tagalog
Python Tutorial Tagalog (Object Oriented Programming)

Timestamps
00:00 - Intro
00:13 - Tutorial Flow
01:05 - Inheritance (Explanation)
02:00 - Parent Class (Explanation)
02:20 - Child Class (Explanation)
02:48 - Using Inheritance (Explanation)
03:49 - Using Inheritance (Implementation)
07:32 - Overriding Constructors (Explanation)
08:24 - Overriding Constructors (Implementation)
09:00 - Adding Attributes (Explanation)
09:26 - Super Function (Explanation)
10:16 - Adding Attributes & Super Function (Implementation)
12:24 - Overriding Functions (Explanation)
13:00 - Overriding Functions (Implementation)
15:29 - Customizing Overrode Functions (Explanation)
16:13 - Customizing Overrode Functions (Implementation)
20:52 - Adding Functions (Explanation)
21:14 - Adding Functions (Implementation)

2nd Channel

Facebook Page

Join SDPT Exclusive Members
Рекомендации по теме
Комментарии
Автор

Pag nahihirapan akong sa topic ng isang udemy python course ko dahil english languange sila, dito ako pumupunta at na cclear na sakin ung topic. Kudos sayo SDPT!

taguro
Автор

sir, gawa pa po kayo tutorials sa python :) looking forward po sa upcoming python tutorials po

nerwin
Автор

THANYOU VERYMUCH!!!!
sanaol may inheritance hahahahaha

dashelbernardo
Автор

Mr. SDPT Static Method at class method tutorial naman po ang hirap po kasi

isaacgamingph
Автор

ok ang poba to? super().introduce() == print(" From " + self.Address) pinag dikit ko sila



#Child code

class child(parent):
def __init__(self, Fname, Lastname, Address):
self.Address = Address
super().__init__(Fname, Lastname)

def introduce(self):
super().introduce() == print(" From " + self.Address)

c1 = child("Amira", "Favaro", "IronLand")
c1.introduce()

favarobahamut
Автор

lodi pwede po ba gawa kayo ng tutorial sa pag gawa ng website using python and django or flask

TheCuriousMnd
Автор

Mr. SDPT, meron po kayong element pairing?

cocoqtofficial
Автор

magagamit po ba ang variable sa function ng parent ng function sa child class kapag ginamitan po ng super()?

elsidpanolino
Автор

Question po huhu. I received this error: TypeError: can only concatenate str (not "socmed") to str. Yung "socmed" ay subclass name ko kasi. Supposedly type error siya pero hindi ba dapat datatype yun instead of name nung class? Paano po siya aayusin? Thank you po!

amandajirahdelpilar
Автор

Paano po nag kakaroon s pycharm ang text prediction?

mcraj
Автор

Idol pano access ung additional function at pano po gamitin ung kwargs sa OOP?

clintonramos
Автор

Sir, Paano po ilagay sa Pycharm ung text prediction ?

mcraj
Автор

Mr. SDPT, isa lang po ba ang nadadagdag na attribute kapag mamanahin yung sa may bandang __init__ nung Parent class? o pedeng multiple po ang madadagdag?

xael
Автор

Mr. SDPT, tinuturo po ba Ang algorithms at data structures sa programming?

accshsmilgroup
welcome to shbcf.ru