Facebook – https://www.facebook.com/TheNewBoston-464114846956315/
GitHub – https://github.com/buckyroberts
Google+ – https://plus.google.com/+BuckyRoberts
LinkedIn – https://www.linkedin.com/in/buckyroberts
reddit – https://www.reddit.com/r/thenewboston/
Support – https://www.patreon.com/thenewboston
thenewboston – https://thenewboston.com/
Twitter – https://twitter.com/bucky_roberts
Amazon Auto Links: No products found.
Fantastic explanation. Keep up the good work! Thank you!
What happens if two classes inherit each other? like child(parent) and parent(child)
It was fake!!??
Why it didn’t print out the last name when he wrote that ” bucky.print_first_name() ” I suppose that inside of the child class there is Parent class so there is print(“Roberts”) but the program didn’t print the last name
Bucky’s mumma was a monkey, what he says makes so much sense now, because my mumma was also a monkey.
Overriding? OVERRIDING? I will pretend I didn’t se that… Class traitor!
King
Am i revising Java?
why parenthesis is used in class name of parent?
You make understanding things so simple that if I was gay I would have loved dating you…
no 1080p?
How do you use __init__ within the super class? Otherwise you have to inherit static variables
I want to know how to make a parent object then, a child object and specify that the parent object as a param while inheriting the methods.
so far when i make the child object i say that for example
ric_parent = Parent(‘Doe’, 54)
ric = Child(‘Ric’, ric, ric_parent)
print(ric.parent.surname)
I don’t want to have to go through parent to get my surname, I just want ric.surname
Hard to explain
LOL My Mother was a Monkey haha
class parents():
def print_last_name(self):
print(‘Weng’)
class Child(Parents):
def print_first_name(self):
print(‘Alan’)
Alan = Child()
Alan.print_first_name()
Alan.print_last_name()
File “/Users/Alan/PycharmProjects/untitled1/DarkFiles.py”, line 6, in parents
class Child(Parents):
NameError: name ‘Parents’ is not defined
self=this in java
Hey Bucky can you explain abstract classes in a video please?
how can he say that his mother was a monkey without cracking up. man this guy is a legend
“So, what the heck…?” haha, oh boy I love your tutorials XD Thanks 😉
Bucky Snitzleberg… aaaallrighty then :’)
This really helped out with a coding problem I was working on – thanks.
First
i will never forget about inheritance purely because of the monkey story and how he tried to tie the two together xD
inheritance sounds awesome
You’re just so funny. I have fell in love with you!
is no –init– necessary here?
I like your videos,thanks very much!I am from china. You are a smart guy.
t’as vraiment un prénom de merde
I think is it needed to put Parent in def Child(Parent): just curious as the result displays the same without the Parent.
Thanks a lot for Your Great Inheritance Tutorial in Python
You Are Great Teacher (Really One of The Best)
Thanks tooooooooooooooo Much!
The best resource available online to understand ‘Inheritance’!
I remember you at that circus Snitz.You were great!but your mom. not so much.
Hi, im 13 and I’d just like to say thanks so much for the videos they’re really helpful
hey bucky havent u already done python tutorials like 4 or 5 years ago? im not saying dont do them again , i like them but y u doing it again?
Does the child class also inherit class variables from the parent class if they exist? Could you also override that variable in the child class?
Till last lecture, there are no parenthesis for class and suddenly it started here!! Both are correct syntax?
so your dad is a monkeyfucker?? o_O
5:38 your mother is probably not proud of you right now
6:45 wait, the story was fake?