Abstraction & Encapsulation | Python Tutorials For Absolute Beginners In Hindi #59

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ก.ย. 2024
  • ►Source Code + Text Tutorial - www.codewithha...
    ►Full Python tutorials for absolute beginners (Hindi) playlist - • Python Tutorials For A...
    ►Click here to subscribe - / @codewithharry
    Best Hindi Videos For Learning Programming:
    ►Learn Python In One Video - • Learn Python In Hindi ...
    ►Learn JavaScript in One Video - • JavaScript Tutorial
    ►Learn PHP In One Video - • Learn Php In One Video...
    ►Machine Learning Using Python - • Machine Learning Tutor...
    ►Creating & Hosting A Website (Tech Blog) Using Python - • [Hindi] Web Developmen...
    ►Advanced Python Tutorials - • Intermediate/Advanced ...
    ►Object Oriented Programming In Python - • Object Oriented Progra...
    ►Python Data Science and Big Data Tutorials - • Python Data Science an...
    Follow Me On Social Media
    ►Website (created using Flask) - www.codewithha...
    ►Facebook - / codewithharry
    ►Instagram - / codewithharry
    ►Personal Facebook A/c - / geekyharis
    Twitter - / haris_is_here

ความคิดเห็น • 225

  • @fit_smritisingh
    @fit_smritisingh 4 ปีที่แล้ว +131

    I am going through your playlist in this lockdown.
    I think you have explained encapsulation and abstraction vice versa.

  • @dubeynirajkumar
    @dubeynirajkumar 5 ปีที่แล้ว +28

    Harry's Best teaching METHOD in Python CLASS. Love you bro.. 👌👌

    • @CodeWithHarry
      @CodeWithHarry  5 ปีที่แล้ว +13

      Thanks a lot for your love and support!

    • @AmitKumar-ei1gg
      @AmitKumar-ei1gg 4 ปีที่แล้ว +1

      @@CodeWithHarry job kya karte ho

    • @rahulrachhoya2716
      @rahulrachhoya2716 4 ปีที่แล้ว +1

      @@AmitKumar-ei1gg bhai job to apn log karte h harry bhai to apne logo ko sambhalte h

    • @Someone-kw6mw
      @Someone-kw6mw 4 ปีที่แล้ว +2

      Popat lal chand maharaj

    • @Someone-kw6mw
      @Someone-kw6mw 4 ปีที่แล้ว

      @@rahulrachhoya2716 okat mai rahai

  • @milindmadhukar1299
    @milindmadhukar1299 4 ปีที่แล้ว +80

    You swapped Encapsulation and Abstraction, Abstraction is hiding of data and Encapsulation is wrapping up of Function and behaviour in a single unit called class

    • @Someone-kw6mw
      @Someone-kw6mw 4 ปีที่แล้ว +1

      Abey chotey balak peda tho holey

    • @DesiMatrixXD
      @DesiMatrixXD 4 ปีที่แล้ว +6

      @@Someone-kw6mw kya ho gaya bhai saamne wale ko galti nahi batayenge toh woh sudhaar kaise laayega

    • @beb57swatimohapatra21
      @beb57swatimohapatra21 2 ปีที่แล้ว +5

      exactly! Even apna college tutorial on youtube did the same mistake

    • @akshit109
      @akshit109 ปีที่แล้ว

      ulta bta diya einhone

    • @Enjoyurlife1789
      @Enjoyurlife1789 ปีที่แล้ว

      Thank God I read the comment. Thanks ✌

  • @vaibhavkhobragade9773
    @vaibhavkhobragade9773 ปีที่แล้ว +2

    I read privious comment people are interchanging concept. Actually, He told us right way. There no need to swap concept.
    Data Abstraction may also be defined as the process of identifying only the required characteristics of an object ignoring the irrelevant details.
    Encapsulation is wrapping up of data under a single unit. It is the mechanism that binds together code and the data it manipulates. Technically in encapsulation, the variables or data of a class is hidden from any other class and can be accessed only through any member function of its own class in which they are declared. As in encapsulation, the data in a class is hidden from other classes, so it is also known as data-hiding.

  • @apurvjain6362
    @apurvjain6362 3 ปีที่แล้ว +9

    Hi Harry, can you show some example of abstraction and encapsulation? That would be really helpful.

  • @krishivsharmaarts8716
    @krishivsharmaarts8716 3 ปีที่แล้ว +25

    Hi Harry, can you show some examples of abstraction and encapsulation? That would be really helpful. THANKX FOR CREATING THIS PLAYLIST

    • @arkumar842
      @arkumar842 3 ปีที่แล้ว +2

      Writing in capital is considered rude

    • @vishesh_pandey
      @vishesh_pandey 3 ปีที่แล้ว

      @@arkumar842 really ???

    • @arkumar842
      @arkumar842 3 ปีที่แล้ว +1

      @@vishesh_pandey Yea, only first letter should be capitalised

    • @dios6165
      @dios6165 3 ปีที่แล้ว +2

      HAHAHAHA . ....
      😄😄😄😄

  • @arpitlekhwar
    @arpitlekhwar 3 ปีที่แล้ว +14

    If abstraction is breaking of data into several pieces then what is modification? And I think including essential features while excluding non-essential features is called abstraction and wrapping up of data is called encapsulation.

  • @user-sf4gq9wi9g
    @user-sf4gq9wi9g 20 วันที่ผ่านมา

    your videos is one stop solution for understanding coding bro

  • @nikhilverma2476
    @nikhilverma2476 3 ปีที่แล้ว +2

    I followed this playlist still now(60 playlist) and i learned very things. Kindly wth big heart thankyou Harry sir

  • @AbdulBasit-we6gb
    @AbdulBasit-we6gb 4 ปีที่แล้ว +13

    Aam Khao gutli mat gino.
    Best line ever 👌😂😂

    • @webcreationstudio7088
      @webcreationstudio7088 3 ปีที่แล้ว +1

      haa yeh harry bhai ka fev dialogue hai DSA algo mai bhi use kiya tha

  • @swaggyoye7835
    @swaggyoye7835 4 ปีที่แล้ว +1

    thanks bhi

  • @kimg8097
    @kimg8097 4 ปีที่แล้ว +24

    Sir Apne ulta bol dia
    Abstraction hota h hiding of data
    And encapsulation hota h wrapping up of data

  • @roshankumargupta3711
    @roshankumargupta3711 5 ปีที่แล้ว +12

    So far, I have gone through your each and every video of python beginners playlist.
    The clarity of content is superb bhai.. hopefully agey projects bhi aise hi mazedar ho!!!👍

  • @swaggyoye7835
    @swaggyoye7835 4 ปีที่แล้ว +1

    proud of you

  • @ompatel9298
    @ompatel9298 4 ปีที่แล้ว +2

    Thanks Bro.

  • @MuhammadSadiq-n8r
    @MuhammadSadiq-n8r หลายเดือนก่อน

    thanks for such an amazing video

  • @ashokgaikwad3814
    @ashokgaikwad3814 2 ปีที่แล้ว +2

    Bro, you swapped encapsulation and abstract. Medicine capsule is a example of encapsulation and abstract means hiding data

  • @karanveersingh-fi8sj
    @karanveersingh-fi8sj 4 ปีที่แล้ว +5

    Now I've really learned the mean of encapsulation . Thanks

  • @Abhishek-ji6qj
    @Abhishek-ji6qj 3 ปีที่แล้ว +2

    Somewhere you need to look upon
    Abstraction is hiding the data
    Encapsulation is binding data and functions in a single unit

    • @tausifislam9664
      @tausifislam9664 2 ปีที่แล้ว +3

      Bhaiii! Yehi toh chahiye thaa one line definition. Internet mein kahi bhi thik se nhi likha hain. Thank You.

  • @techzcool
    @techzcool 4 ปีที่แล้ว +2

    The way u explain sir really great. I can't thank u in words.

  • @ayeshamishree
    @ayeshamishree ปีที่แล้ว

    Thank you so much! I got it

  • @musicmaniac3264
    @musicmaniac3264 4 ปีที่แล้ว

    You are best best best best best best teacher.

  • @adventuresofavalon2477
    @adventuresofavalon2477 ปีที่แล้ว +1

    Very nicely explained!

  • @FIROZKHAN-fw7wr
    @FIROZKHAN-fw7wr 5 ปีที่แล้ว +2

    Sir achha samjhaya aapne but with coding and in long video please minimum 20 minute
    Good video sir

  • @alexjr977
    @alexjr977 4 ปีที่แล้ว +1

    Thank you

  • @theventhugs
    @theventhugs 4 ปีที่แล้ว +1

    i am in class 9th and your tut are going best
    i can learn your tut.

  • @onlineearning7707
    @onlineearning7707 2 ปีที่แล้ว

    thankyou harry bhai

  • @alicetinna3914
    @alicetinna3914 4 ปีที่แล้ว +2

    i wish to get as good as you...#super_guru

  • @mahmudunnabisiam
    @mahmudunnabisiam ปีที่แล้ว

    best explainer

  • @HariomSingh-ei4fb
    @HariomSingh-ei4fb 2 ปีที่แล้ว +1

    The explanation technique is at next level Harry bhaii♥️

  • @mdyounusahamed8259
    @mdyounusahamed8259 4 ปีที่แล้ว +1

    Bro your presentation is unique. Loved it.

  • @scorpioshub9440
    @scorpioshub9440 4 ปีที่แล้ว +2

    I have given Applaud for this video 👏

  • @prashantmaitra3361
    @prashantmaitra3361 4 ปีที่แล้ว

    pahli bar kisi ne aisa explain kiya h.... hats off sirji

  • @vinaysagar2321
    @vinaysagar2321 4 ปีที่แล้ว

    hello sir you are the best teacher of the world

  • @gaminggoodforhealth576
    @gaminggoodforhealth576 ปีที่แล้ว

    great sir

  • @techsigmarobots
    @techsigmarobots ปีที่แล้ว

    Love you Bhai from Bangladesh .

  • @sshantnu
    @sshantnu 4 ปีที่แล้ว

    Thanks Harry Bhai. You are the best teacher on youtube.

  • @atulmalviya47
    @atulmalviya47 9 หลายเดือนก่อน

    Great bro, keep educating us

  • @sundaygirl3149
    @sundaygirl3149 ปีที่แล้ว

    Video was very helpful

  • @mukkawardhumravarn161
    @mukkawardhumravarn161 3 ปีที่แล้ว

    Most easiest way ever seen!!!!! ...keep it up !!!

  • @mayurthorat512
    @mayurthorat512 4 ปีที่แล้ว

    Bohot sahi tarike se samzaya harry bhai abstraction nd incapsulation👍

  • @priyanujbora9689
    @priyanujbora9689 4 ปีที่แล้ว

    I am really enjoying your videos

  • @kishanmunjapara5216
    @kishanmunjapara5216 3 ปีที่แล้ว

    Harry Bhai always Suppper Dupper.....

  • @shailja1726
    @shailja1726 ปีที่แล้ว

    Nice sir🙌🙌🙌

  • @Nadeemkhan-fs2ys
    @Nadeemkhan-fs2ys 5 ปีที่แล้ว +3

    Start a Django Series Please

  • @saharayub4448
    @saharayub4448 2 ปีที่แล้ว

    God bless you Sir!

  • @darktech1641
    @darktech1641 2 ปีที่แล้ว

    Your channel had growned more in lockdown ! Keep it up

  • @Abhishek-_-Sharma
    @Abhishek-_-Sharma 2 ปีที่แล้ว

    thanks...

  • @IrfanKhan-fz8ju
    @IrfanKhan-fz8ju ปีที่แล้ว

    amazing

  • @mohanjangid6
    @mohanjangid6 5 ปีที่แล้ว +3

    sir please make some good projects , it keep us a normal student focused

    • @CodeWithHarry
      @CodeWithHarry  5 ปีที่แล้ว +16

      If you are follow the full playlist, there are some exercises and mini projects included in the course with solution. Hope they will help you. Grab the full course playlist to access them! All the best!

  • @kanikayadhuvanshi306
    @kanikayadhuvanshi306 4 ปีที่แล้ว

    Sir badiya tutorial chal rha hei itna to computer institute bhi nhi sikhate hei thanks sir

  • @shreyaskulkarni526
    @shreyaskulkarni526 3 ปีที่แล้ว

    Nice explanation Harry.....really helped me clear the topic

  • @PrinceKumar-kr5ig
    @PrinceKumar-kr5ig 5 ปีที่แล้ว

    I like the way you explain the concepts

  • @namanbhandari6654
    @namanbhandari6654 5 ปีที่แล้ว +3

    hello brother, I just want to know how many more videos are you going to add in this tutorial and is there any big project you are going to do in this tutorial? I have just begun this tutorial so I want to know about it.

  • @nishant7929
    @nishant7929 4 ปีที่แล้ว

    Fantastic Video Bhai....I think apko coaching centre chalu karna chahiye....Apke Student IIT ko bhi fad ke niklenge...What a great teaching method u have...great work brother....keep it on...

  • @yogendrameena1785
    @yogendrameena1785 4 ปีที่แล้ว

    Thanku u for this detailed course

  • @aryanvats2498
    @aryanvats2498 4 ปีที่แล้ว

    best class and object videos

  • @ujjwalgupta4703
    @ujjwalgupta4703 4 ปีที่แล้ว

    Amazing teaching....
    superbb bhaiya

  • @debjyotimukherjee3
    @debjyotimukherjee3 3 ปีที่แล้ว

    gajab samajhme aya vai...
    thanks

  • @codexgaming6976
    @codexgaming6976 4 ปีที่แล้ว

    You are best you are great sir thanks❤🌹❤ thanks❤🌹 thank you so much sir

  • @a42tejasmehetre79
    @a42tejasmehetre79 2 ปีที่แล้ว +1

    ❤️

  • @MrZeekkhan
    @MrZeekkhan 4 ปีที่แล้ว

    Thanks Harry Bhai.

  • @vishalavail2478
    @vishalavail2478 3 ปีที่แล้ว

    thank you sir for knowledge

  • @azzyshaikh3649
    @azzyshaikh3649 4 ปีที่แล้ว

    u r the best

  • @aasthahimthani7403
    @aasthahimthani7403 2 ปีที่แล้ว

    best python tutorial

  • @DeepakYadav-fq2yn
    @DeepakYadav-fq2yn 4 ปีที่แล้ว

    love you bro , for easy explanation

  • @___vijay___
    @___vijay___ 3 ปีที่แล้ว +1

    encapsulation: wrapping of data & abstraction: hiding of data

    • @buddhadebbairagi2022
      @buddhadebbairagi2022 3 ปีที่แล้ว +1

      Absraction:- Tittar ke bahar tittar, tittar ke bhitar tittar
      encapsulation:- Raaz ko raaz hi reh ne do.🤫

    • @kingbaliyan7809
      @kingbaliyan7809 3 ปีที่แล้ว

      I guess, he had explained it vice-versa!!

  • @ishtiaqahmad4118
    @ishtiaqahmad4118 4 ปีที่แล้ว

    good explained I.A.Siddiqui

  • @yatriengineer9300
    @yatriengineer9300 3 ปีที่แล้ว

    thank u for helpfull video

  • @bushranikhat2326
    @bushranikhat2326 4 ปีที่แล้ว +3

    Sir aapne swap kr dia encapsulation and abstraction k definition ko ...

    • @GraceLordGaming
      @GraceLordGaming 4 ปีที่แล้ว +1

      Main bhi yahi bolne wala tha but koi comment nahi aya to mujhe laga main hi to galat nahi😬😬😬

    • @nikhilsatija
      @nikhilsatija 3 ปีที่แล้ว

      same here

  • @ramkharche6914
    @ramkharche6914 3 ปีที่แล้ว

    Shamaj gaya bhai

  • @bharathkumar132
    @bharathkumar132 4 ปีที่แล้ว

    Thanks harry

  • @SanjeevKumar-nc2rt
    @SanjeevKumar-nc2rt 2 ปีที่แล้ว

    Bahot madad hui🥰

  • @prabhjeetsingh1205
    @prabhjeetsingh1205 2 ปีที่แล้ว

    saw your video first time .. thanks to god i am safe ... didn't learnt anything from you ..you have totally exchanged the meaning of abstraction and encapsulation ..you must learn opps first

  • @Mohitkashyap-no1sp
    @Mohitkashyap-no1sp 4 ปีที่แล้ว +2

    You have explained abstraction as encapsulation and encapsulation as abstraction

  • @sensehumour8290
    @sensehumour8290 2 ปีที่แล้ว

    From 2022 thanks bhaiya ❤️❤️❤️❤️

  • @maninathsahoo7130
    @maninathsahoo7130 5 ปีที่แล้ว

    Plz make a video for python unittesting

  • @tamjeedshah2863
    @tamjeedshah2863 4 ปีที่แล้ว

    Helpful video

  • @kartikgupta5566
    @kartikgupta5566 3 ปีที่แล้ว

    awesome series brother just keep font a little bigger

  • @_nxctophile
    @_nxctophile 4 ปีที่แล้ว

    I understood everything :)

  • @thexurde4973
    @thexurde4973 4 ปีที่แล้ว

    This is nice

  • @mdyounusahamed6668
    @mdyounusahamed6668 4 ปีที่แล้ว

    Awesome😇

  • @rishabhpandey-cse5thsem-453
    @rishabhpandey-cse5thsem-453 3 ปีที่แล้ว

    Sir you are great😎😎😊😊😊😐😐😐

  • @rajmanmourya101
    @rajmanmourya101 3 ปีที่แล้ว

    Sir when I reached the end of this python playlist , then which video I have to see next . Is there any video created by you that I will see the next.

  • @mrripergaming1839
    @mrripergaming1839 4 ปีที่แล้ว

    everyday i see +1k subscribers
    salute to his awesome work

  • @sewp032
    @sewp032 3 ปีที่แล้ว

    if youre having trouble with encapsulation in this vid check out Amulya's academy's video on encapsulation

  • @hitarthagogoi2829
    @hitarthagogoi2829 3 ปีที่แล้ว +3

    Aam khao guthliya mat Gino.🤣🤣🤣👍👍👍 2:39

  • @abhimanyudwivedi6651
    @abhimanyudwivedi6651 4 ปีที่แล้ว

    Multithreading and multi-tasking in python

  • @muhammadsameer9161
    @muhammadsameer9161 3 ปีที่แล้ว

    Agya samjh ❤️🔥

  • @shukur533
    @shukur533 4 ปีที่แล้ว

    tnx bro>>>>>

  • @antu_saha
    @antu_saha 2 ปีที่แล้ว

    bhout acch lag raha heh

  • @abhinavchoudhary6849
    @abhinavchoudhary6849 3 ปีที่แล้ว +1

    Bhai samjha aaya but pura nahi
    Thik se phir se bata do n plz
    And thank you bhai
    Me apke video website site se dekhta hu and TH-cam pr aa kr comments and like kr deta hu bhai
    Kyu ki apka website me video me adds nahi deta n lol
    Thank you soo much bhai

  • @vishalwarde2944
    @vishalwarde2944 6 หลายเดือนก่อน

    Harry Bhai…. Abstraction thoda acche se explain karo na… with codes .. please

  • @harshkathiriya439
    @harshkathiriya439 4 ปีที่แล้ว

    You have explained both vice versa...

  • @ritamdas3833
    @ritamdas3833 2 ปีที่แล้ว

    Harry bhai I think you mixed up encapsulation and abstraction right?

  • @motivationkiaag6167
    @motivationkiaag6167 2 หลายเดือนก่อน

    you are interchanging encapsulation and abstraction

  • @abhaykumarpaswan1768
    @abhaykumarpaswan1768 2 ปีที่แล้ว

    python में, Data Abstraction एक तकनीक है जिसके द्वारा user को केवल जरुरी data को ही show किया जाता है और अनावश्यक data को hide कर दिया जाता है. दूसरे शब्दों में कहें तो, “Data Abstraction एक प्रक्रिया है जिसके द्वारा केवल आवश्यक data प्रदान किया जाता है और जो internal data होता है उसे hide कर दिया जाता है.”

    • @akshit109
      @akshit109 ปีที่แล้ว

      haan bhai wohi...
      eisne ulta bataya

  • @torpezaincreible8692
    @torpezaincreible8692 3 ปีที่แล้ว +1

    2:28 best explanation lol

  • @YuvrajSingh-pz7wt
    @YuvrajSingh-pz7wt 5 ปีที่แล้ว +4

    Sir plzzz aaj Mai health program k code submit ker dena agar Aaj aap solutions dene wala ho so plzz plzz delay it... plzzz sir ....sir Mai best to nhi Likha hu par Jo bhi Likha hu that my hardwork.. plzzz wait for today

    • @CodeWithHarry
      @CodeWithHarry  5 ปีที่แล้ว +1

      Done.. I am waiting till tomorrow

    • @YuvrajSingh-pz7wt
      @YuvrajSingh-pz7wt 5 ปีที่แล้ว

      @@CodeWithHarry .....sir aap se baat kerna he aapka number dona plzz ....I want some advice from u...

  • @akshit109
    @akshit109 ปีที่แล้ว

    abstraction is defined as a process of handling complexity by hiding unnecessary information from the user.
    and
    Encapsulation is a mechanism of wrapping the data (variables) and code acting on the data (methods) together as a single unit.
    aapne uthta bol diya....