Object Oriented Programming Python -04 | Constructor in Python | Types of Constructor | Init Method

preview_player
Показать описание
Object Oriented Programming Python -04| Constructor in Python | Types of Constructor | Init Method in Python
This video is part of advanced python tutorial in hindi.In this video,i have explained about what is oop and why oop needed For basic python,refer my previous palylists.
you will learn:-
1) Object Oriented Programming Python
2) Python Tutorial in Hindi

source code :-

About Python Tutorial:- python for beginners-Go from Zero to Hero in python.This tutorial includes python programming videos from basics to advanced

More tutorials:-

About codeyug :-
Codeyug provides tutorials for building your programming skills.Here,you will learn various programming languages,computer science,web development with free of cost.

SHARE | SUBSCRIBE | LIKE
-- - - - - - - - - - - - - - - - - -Thanks for watching this video - - - - - - - - - - - - - - - - - -- -
Our social links:-
creator:-
$ -shantanu kejkar -$

#python #python3 #programming #codeyug #tutorial #coding
Рекомендации по теме
Комментарии
Автор

Your course is amazing. Actually is same as code with harry python course, or even better as your explaining clearly.
You need more recognition than this.
Just a suggestion, record yourself in the videos like apna college and code with harry. Believe me it will have huge impact

kaleemullahachakzai
Автор

Your channel really deserves way more subscribers than you have now. Sharing with friends. Thank you.

kanchanchoubey
Автор

I loved your Python series. Thanks a lot for your time and efforts for making this series. By any chance, can you please provide the notes/slides which you show in your videos. It will be really helpful for quick revision before interviews.

kanchanchoubey
Автор

You have explained everything so nicely :)
Thanks for this video❤

ashvinisable
Автор

**Learning with different angle** 😊😊

class Human:
def __init__(self, color, haircolor):
self.bones = 300
self.teeth = 0
self.color = color
self.haircolor = haircolor

baby_1 = Human("fair", "blonde" )
baby_2 = Human("dark", "Black")

print(baby_1.__dict__)

mayureshharihar
Автор

why don't you purchase a pentab? they are very cheap rn, as less as 3k... hope it will help a lil more :) . Lots of love, grt content

plumSlayer
Автор

Wap to make class of student
Make 3 instance variable in class-name, marks, branch
Make function with name- result
Compare marks-less than 50 or greater than 50

pushkardafre
visit shbcf.ru