#22

Donbright
2 Görünümler · 4 ay önce

Inheritance is a powerful feature of object-oriented programming which allows us to derive multiple child classes from a single parent class.
🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python.

In this video, you will learn about inheritance in Python with the help of examples. We will also cover the concepts of method overriding and the super function. Inheritance allows us to derive multiple child classes from a single parent class. In doing so, the child classes inherit all methods and attributes of the parent class.

~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma
Python Inheritance (text-based tutorial): https://www.programiz.com/pyth....on-programming/inher

Python Object-Oriented Programming: https://youtu.be/pnWINBJ3-yA?l....ist=PL98qAXLA6afscIX

Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx

Timestamps:
0:00 Intro
1:25 Inheritance in Python
5:25 Example of Inheritance
10:43 Method Overriding and super

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------

Python Inheritance (Make Your Code Modular!) #22

#python #inheritanceinpython #programiz #learnprogramming

C1C2
1 Görünümler · 10 günler önce

#html #css #course ⭐ TIME STAMPS ⭐
#1 00:00:00 Introduction to HTML 🌎
00:01:56 VSCode download
00:02:38 project folder setup
00:02:57 index.html
00:03:16 live server extension
00:03:35 html basics
#2 00:11:07 hyperlinks 👈
#3 00:15:15 images 🖼️
#4 00:21:33 audio 🔊
#5 00:26:49 video 🎥
#6 00:31:20 favicons 🗿
#7 00:34:19 text formatting 💬
#8 00:38:10 span & div 🏁
#9 00:42:57 lists 📄
#10 00:49:31 tables 📊
#11 00:54:13 buttons 🔘
#12 00:59:28 forms 📝
#13 01:17:22 headers & footers 🤯
#14 01:23:10 Introduction to CSS 🎨
#15 01:31:10 colors 🖌️
#16 01:35:22 fonts 🔤
#17 01:42:42 borders 🖼
#18 01:47:09 shadows 👥
#19 01:50:27 margins ↔️
#20 01:55:41 float 🎈
#21 02:00:08 overflow 🌊
#22 02:03:31 display property 🧱
#23 02:07:43 height and width 📏
#24 02:14:37 positions 🎯
#25 02:21:00 background images 🏙️
#26 02:24:15 combinators ➕
#27 02:29:12 pseudo-classes ☟
#28 02:36:50 pseudo-elements ✔
#29 02:42:46 pagination 🕮
#30 02:51:44 dropdown menus 🔻
#31 02:58:19 navigation bar 🧭
#32 03:04:46 website layout 🗺️
#33 03:14:13 image gallery 📷
#34 03:19:50 icons 🐤
#35 03:28:23 flexbox 💪
#36 03:38:23 transformations 🔄
#37 03:47:23 animations 🎬

Copyright Disclaimer:

This video is the intellectual property of Bro Code. All rights reserved. No part of this video may be reproduced, distributed, or transmitted in any form or by any means, including but not limited to recording, uploading, or other electronic or mechanical methods, without my written permission, except in the case of brief quotations embodied in critical reviews and certain other noncommercial uses permitted by copyright law.

C1C2
1 Görünümler · 4 ay önce

#22 C String Functions | C Programming For Beginners

Previously, we learned about one of the frequently used concepts in programming: Strings, And came to know why they are used and how to use them in our programs.

C supports a large number of string handling functions in the standard library " string.h". Today, we will learn to manipulate various C string functions that are readily available for use. More specifically, we will focus on the 4 most important string functions that are used to perform different operations on strings.

This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e

~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Github File: https://github.com/programiz/c....-youtube/blob/master
C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-pr....ogramming/string-han

Timestamps:
00:00 Start
00:28 C Strings
01:33 strlen() function
03:20 strcpy() function
05:02 strcat() function
06:32 strcmp() function
08:48 Programming Task
09:17 Quiz
~

Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq

Find Programiz elsewhere:
Programiz pro: programiz.pro
Website: https://www.programiz.com
Discord: discord.gg/programiz

Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Twitter: https://twitter.com/programiz


#programiz #cprogramming #stringfunctions #learnc #strings #function #libraryfunction #cstring #stringsinc