What is Abstraction | OOP Concept | Python

preview_player
Показать описание
Abstraction is the process of simplifying complex systems by focusing on essential characteristics while ignoring unnecessary details. In the context of programming and computer science, it involves creating models or representations that capture key features, making it easier to understand and work with complex concepts or systems.

Please refer to the last cell for Code of Abstraction.

⌚Time Stamps⌚

Time Stamp of Abstraction
00:00 Start
0:35 What is Abstraction
2:29 Bank Example Hierarchy
4:35 Abstract Class
5:25 Coding Abstract class Eg-BankApp Class

============================
Do you want to learn from me?
============================

📱 Grow with us:

👍If you find this video helpful, consider giving it a thumbs up and subscribing for more educational videos on data science!

💭Share your thoughts, experiences, or questions in the comments below. I love hearing from you!
Рекомендации по теме
Комментарии
Автор

very well explained Sir after watching your video my blurr concept cleared to sharpened crystal clear.Thank you sir...God Bless you.

Steal_Gaming-msfm
Автор

After struggling on yt about abstraction finally i found the best video thankyou sir for clear explanation Top notch explanation+example.

ALLROUNDER-jrdb
Автор

ur way of teaching is amazing if u also add definitions in it it would be great for interviews also thanks man

kakkaladeepak
Автор

man i only understand abstraction because of u, thanks

HamzaMahmood
Автор

i was searching for abstraction but could not understand where and how could we apply those.great explanation

Short_tube___
Автор

Pls, Sir Make a supplementary video on iterator generator and decorator.

guptaji
Автор

00:04 Abstraction hides implementation details
01:28 Abstraction in software connects applications with databases
03:24 Abstraction allows senior developers to apply constraints on lower classes.
05:04 Understanding Abstract Methods in OOP
07:29 To create an abstract class in Python, inherit the ABC class and define abstract methods.
09:42 Understanding Abstraction in Object-Oriented Programming
11:48 Abstraction in OOP involves hiding implementation details.
13:15 An abstract class in OOP has concrete methods and cannot be instantiated

prasadagalave
Автор

In java it's interface, it most used in android development, most of pre build class is interfaces

devabdul
Автор

Sir please do those videos to get accessed, it is asking for buying membership that I don't have that money to me, please sir...

newchannel
Автор

Pls upload videos in Deep learning playlist

piyushpathak
Автор

Sir please make a tutorial for solids principle design for python

AkshiSharmaVlogs
Автор

Hello sir,
I build model using random forest regressor . I have three independent categorical and one dependent numeric column . I converted categorical into dummy. But when I predict using external test data . It is showing expecting 64 features given 4 features value error

sirajshaikh
Автор

Hi sir, i want your nlp couse videos, is there a way i can purchase that?

vikaspandey
Автор

Sir, As a Muslim, I wanna say that How you are so good in teaching? Mashallah!

AhmadJutt
Автор

You did not tell why we cannot create object of Abstract class - Reason - Since Abstract methods don't have implementation thats why its of no use creating object of Abstract Class

KingKong-yjnn