Java Tutorial For Beginners 18 - Classes and Objects in Java

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ธ.ค. 2024

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

  • @scater1230000
    @scater1230000 8 ปีที่แล้ว +218

    Before you understand code you will hate it, once you understand it, you will enjoy speaking it.

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

      I am stuck with class in Java. I know that basic but this getin function is complicated

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

      Steve, honestly
      FUCK YOURSELF

    • @vita213.
      @vita213. 6 ปีที่แล้ว +1

      Spot on Steve

    • @user-lp5us4id2d
      @user-lp5us4id2d 6 ปีที่แล้ว +4

      Ya u r true! Coding is so addictive once you understand it

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

      Faith Biete man ty for this quote ,it’s hard for me to put effort into this java class but this will definitely help🙌🏾

  • @swatkowski09
    @swatkowski09 5 ปีที่แล้ว +79

    Make sure you change the batteries on your smoke detectors.

    • @vananhle-bacquelot4832
      @vananhle-bacquelot4832 4 ปีที่แล้ว

      I am curious to know what this quote really mean? Sorry if it might be a silly question.

    • @vananhle-bacquelot4832
      @vananhle-bacquelot4832 4 ปีที่แล้ว

      I am curious to know what this quote really mean? Sorry if it might be a silly question.

    • @Gamerboy-gl7di
      @Gamerboy-gl7di 4 ปีที่แล้ว

      @@vananhle-bacquelot4832 ok no problem

    • @NoorAlam-xe8it
      @NoorAlam-xe8it 4 ปีที่แล้ว

      Actually I think he smokes while shooting video

  • @stevenkasuba6207
    @stevenkasuba6207 5 ปีที่แล้ว +8

    just learnt something i never understood all through out my programming life in the university .thank you

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

    I watched some of your C++ videos (until I found out I was in the wrong class) and this is the first time using this for java. You do a great job making it simple for beginners. Thanks a ton...you have been a great help for me.

  • @abdel5244
    @abdel5244 8 ปีที่แล้ว +52

    i clicked on an Ad , hope that could benefit you in some way ;)
    Thanks for the tutorial.

  • @shaifnachiya4729
    @shaifnachiya4729 9 ปีที่แล้ว +20

    You are super duper awesome. You really made me to understand and how to build from the basic. Each and every videos are filled with golden keys. Thank You

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

    Thank you for this. Only halfway through the video, and already drawn more knowledge from it than the hour(s) I spent trying to learn objects on docs. Great explanation of why you use getters & setters, encapsulation and whatnot. Thank you, this is gold

  • @umerfs7366
    @umerfs7366 8 ปีที่แล้ว +29

    The whole reason to generate those getters and setters was to make your instance variables private, and you didn't do just that.
    private int id; private String name; private int age; is the way to go. (In your Student class.)

    • @maXImuS9683
      @maXImuS9683 8 ปีที่แล้ว +4

      constructive criticism. important information. thanks.

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

      I don't know if you still on YT, but could you elaborate on your suggestion? Should I instead of Getting and Setting just put the private infront of the datatypes or how would it work, bc if I just "add" private infront of id and String it tells me that Student.name etc. is not visible....

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

      @@britninja5969 No he is saying the point of adding the getters and setters is so your variables can be private. So make your variables private AND use the getters and setters. This way, the variable can only be accessed the way you intend them to be.

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

      @@maXImuS9683 Author of article probably didn't want to confuse non - hard core programmers. He wanted to avoid confusing people by bringing in more concepts such as private at this stage.Umer is obviously a more knowledgeable or even probably a hard core programmer.

  • @Just1MorePerson1
    @Just1MorePerson1 8 ปีที่แล้ว +8

    I love you man you make this so easy to understand

  • @happyfishjj
    @happyfishjj 7 ปีที่แล้ว

    After all these years, I finally understood why do we need to use the keyword this. Thank you very much!

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

    Really helpful and clear, you make everything very simple
    Thanks aloooot

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

    getters and setters are preferred because this way you can keep the *variables* private (makes application more secure), and set or get the values by using public methods.

    • @Jukeboxpunk1
      @Jukeboxpunk1 8 ปีที่แล้ว

      Sagar Mishra you can just make get as public not the set because anyone can set the value of your variables

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

    Very clear explanations. You've clarified my doubts about objects and classes in java, and in particuler the use of getters and setters to encapsulate data. Thank you, Sir. May God bless you in this endeavor!

  • @SmartProgramming
    @SmartProgramming 6 ปีที่แล้ว

    its very simple to understand from your tutorials sir, specially practical work, great 👍👍

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

    Awesome explanation Bro...I have seen many videos on getter and setters but i never understand how it works. But this video was lifesaver. Thank you so much bro.

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

    This is such a helpful tutorial on classes and objects! Love it! No better feeling than helping people learn :)

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

      Hey I am a beginner in programming ...should I follow this course or should I need to learn c or cplus plus ...please guide me bro

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

    6:54
    syso control + shift
    It is not working for me, how is it done?
    Edit: I found out that I can type syso and press Control + Shift + Space at the same time.

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

      Control + Space is the shortcut :)

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

      @@DJABA Yeah it seemed to be changed via new updates releases thanks mate

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

      @@alexschmidt4371 try typing the letters 'sout' and then enter (should be the first option)

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

      @@silasdietrich7464 Oh, I forgot about this comment. However, I already found the solution it was syso then Control + Shift + Space. Thank you for your help I will consider editing the comment.

  • @abhishekmatta6539
    @abhishekmatta6539 8 ปีที่แล้ว +8

    how does getter and setters protect from data corruption please explain? a programmer can change id, age,name in both the cases u have shown

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

      Yes I really want to know this

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

      abhishek mahtta he forgot to mention the access specifiers for instance variables + set methods to private and get and set as public

    • @Jukeboxpunk1
      @Jukeboxpunk1 8 ปีที่แล้ว

      abhishek mahtta these ide development tools make things easier to layout code but fir in depth study best guide is documentation

    • @abhishekmatta6539
      @abhishekmatta6539 8 ปีที่แล้ว

      THANks bros for supporting

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

    you are a great tutor , cleared my confusions by showing the difference between the two codes and explained it very well!! thank you

  • @dksharktooth
    @dksharktooth 9 ปีที่แล้ว +16

    Good tutorials.
    Use 1.5x speed if he's going to slow for you.

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

    Very nice work and kudos for teaching us the core topics in easy way. way to go!

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

    thank you so much! I will pass my test tomorrow thanks to you :))

  • @Kiviro
    @Kiviro 8 ปีที่แล้ว +12

    i am also a beginner and i am study from eclipses as i am following him

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

    Excellent, brief, and clear. Good Job! I'll be searching for more of your videos.

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

    Keep on going dude! these really helped.

  • @Nop1337
    @Nop1337 7 ปีที่แล้ว

    thx man! it really helps me to understand class and object in java. keep it up the good work!

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

    Can you please do a similar tutorial where we can use arrays and taking inputs of the students int, name and age and to also be able to assign a desired number of students? This would be awesome. Keep up the great work. You make things easy to understand. So much easier than my teacher at university.

  • @leonardofabio2281
    @leonardofabio2281 7 ปีที่แล้ว

    Buenas noches, el video fue muy sencillo y bien explicado, gracias por aportar tu conocimiento y experiencia. Desde Venezuela.

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

    Thanks I understand it just a little bit better now.

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

    Thanks for the video i understood this by yr video otherwise i was badly confused...

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

    my teacher doesnt teach so im here for help! THANK YOU!!

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

    thank u very much..it was very helpful and so easy to understand..

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

    if it wasn't for these videos, ide be struggling in my computer science class. Thank you for the awesome content

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

    You are really awesome man

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

    This was very helpful!Thank you!!

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

    Really good tutorial go to 2x speed if he's going too slow because that's what I use and it's just brilliant

  • @FUM80
    @FUM80 5 ปีที่แล้ว +9

    dude put a new battery in smoke detector

  • @govindmishra910
    @govindmishra910 8 ปีที่แล้ว

    Hatts off bro.....Appreciate ur work ...Thanx alot for it

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

    Sir I am getting error by - student canot be resolved to a type, please help me.

  • @thomaslinssen1426
    @thomaslinssen1426 7 ปีที่แล้ว

    Great explanation. Thank you.

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

    Good explanation my friend. I did a 2X speed guys, if he is teaching for beginners

  • @alenadmitruk6413
    @alenadmitruk6413 7 ปีที่แล้ว

    I think you are teacher from God☝👏

  • @StormWolfET
    @StormWolfET 6 ปีที่แล้ว

    Thank you very much, super helpful video

  • @makunzinyalunga5852
    @makunzinyalunga5852 9 ปีที่แล้ว

    TX, nice & easy to follow, when are you doing the advanced part of Java i.e. Networking, Database and etc.

  • @danimajor5110
    @danimajor5110 6 ปีที่แล้ว

    i use jgrasp... when i try to call the getter method in the main i get errors "saying value not found" for the .getName and .getAge methods even though they are in my Student class. Any help?

  • @bogdan-dm.7627
    @bogdan-dm.7627 5 ปีที่แล้ว

    In the class declaration, you need to add "private" before variable declaration so they cannot be accessed. The way you showed in the video they are still accessible by unwanted users.

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

      You need constructors if you use a private class. He'll cover it later I guess?

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

    So Basically we create a separate class and we declare some attributes there. Then we call this sub class into the main one, assign to it an object and then call the attributes of the subclass to each object?

  • @naralaarchana8480
    @naralaarchana8480 7 ปีที่แล้ว

    Very easy to understand tqq u so much sir

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

    thanks for the explanation!

  • @vinu0051
    @vinu0051 6 ปีที่แล้ว

    Sir, U have shown the use of getter and setter methods. My query is can we get input from user for id, name and age using scanner object in one class and call the methods in second class which has main method. Thanks in advance.

  • @jamilhfl
    @jamilhfl 6 ปีที่แล้ว

    Good Java learning tutorial.

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

    This has been tremendously helpful, thank you so much! If I were to do this using notepad since my college class requires us to not use a compiler, when I create separate classes, are they separate notepad files that I just put in the same folder? Thanks so much!

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

    Can we create Object outside the main method ?

  • @Sara-s-playground
    @Sara-s-playground 5 ปีที่แล้ว

    thanks, but which of these classes is testclass here??

  • @rjvnz
    @rjvnz 9 ปีที่แล้ว

    Hi, thank you for this wonderful video. I was so confused trying to understand classes using textbooks and this was gold. Just a quick question: Shouldn't tom.setId(2)? In your video, tom.setId(1) which I'm guessing will override Mark's id?

    • @aagg5410
      @aagg5410 8 ปีที่แล้ว

      +rjvnz yes it should be tom.setId(2)

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

      It won't override though, theyll just have same ID

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

    Hi..Its a set of very useful lectures...I would like to know how data corruption is avoided here with getters and setters because here also we are trying to hard code inside set method in myclass.java?..forgive me if this is juvenile as i am trying to learn java

    • @avinashrachamadugu647
      @avinashrachamadugu647 8 ปีที่แล้ว

      Sivagama Sundari . He meant that data type of the instance variable cannot be changed. You can make the instance variables PRIVATE from PUBLIC and you can use getter,setter methods to access them.

  • @venkatmohith8241
    @venkatmohith8241 7 ปีที่แล้ว

    sir,if we havent use getters and setters in the student class..they cant be used in my class?

  • @Ladoaarna
    @Ladoaarna 7 ปีที่แล้ว

    Is Getters and setters can be done with normal command prompt

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

    Why not make the field variables private?

  • @KevinMThomas
    @KevinMThomas 8 ปีที่แล้ว

    I agree with +Michael Saneke can you create a tutorial for creating an address book GUI with a table you can sort by field and add, delete, sort, search, etc? Without using Eclipse only a text editor?

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

    sir but can we do this all thing in the single class

  • @josemunguia5660
    @josemunguia5660 7 ปีที่แล้ว

    GREAT VIDEOS! THANKS!

  • @uxzh
    @uxzh 7 ปีที่แล้ว

    In Netbeans 8 i am getting an error with my strings "Colour is erroneous" for example. Can someone help

  • @ArkoSarkar1
    @ArkoSarkar1 6 ปีที่แล้ว

    Can someone explain why is it important to go the getters and setters way rather than accessing the values directly?

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

    some people dont like indian accent. but here enjoying the video

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

    mark is not the object or instance it is refrence variable which carries the refrence id of the object ::)

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

    wonderful video but this detectors are really annoying

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

    Yh wala program agr written mh likhy ...toh kasy likhy gy...bcz yh alg classes hai 2

  • @WINTHEGOLD
    @WINTHEGOLD 7 ปีที่แล้ว

    hi all while writing code after giving dot after mark in the pop up box id name are not coming .can anyone help me to resolve this issue. I am new to java.Thanks

  • @rajat.lazyme
    @rajat.lazyme 8 ปีที่แล้ว

    I am facing a problem....... When i am trying to import any variable from a class it show me a error like id is a variable so it is showing "id cannot be resolved or is not a field."......... Hep me Thanks

  • @muhammetaliariturk2115
    @muhammetaliariturk2115 9 ปีที่แล้ว

    hiya, When i try to setName,id,age with scanner. Id and Age works but for name ; it didnt want me to type a name ! and say " ";
    " is 2 years old";
    thank u

  • @amanbagrecha
    @amanbagrecha 6 ปีที่แล้ว

    is it similar to structures in c?

  • @saptangshumanna9919
    @saptangshumanna9919 6 ปีที่แล้ว

    You could have used private variables after using getters and setters

  • @stephena.olujare6512
    @stephena.olujare6512 5 ปีที่แล้ว

    I'm beginner, but i still don't comprehend how he explain the "Method Overloading" tutorial.

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

    sugoi desu

  • @maxg70
    @maxg70 8 ปีที่แล้ว

    I still dont understand why we need encapsulation and how somebody can corrupt the data if int id;String name;int age still existing in the class?

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

    Thank you for the assistance

  • @businessstalker9302
    @businessstalker9302 6 ปีที่แล้ว

    what is meant by " new " ??? can anyone explain ???

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

      its an operator for creating new objects

  • @chadcausey32
    @chadcausey32 8 ปีที่แล้ว

    Can someone explain which part is missed with protecting your data. Which ones should have been private?

    • @JHEVR
      @JHEVR 7 ปีที่แล้ว

      why did he have it on public?

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

    what is the use of new????

  • @vipin_mishra19
    @vipin_mishra19 7 ปีที่แล้ว

    how i can create class inside main class using notepad .......

  • @prathameshsawant5574
    @prathameshsawant5574 8 ปีที่แล้ว

    what is that "this.id=id:" used for?

    • @robertreimann1846
      @robertreimann1846 8 ปีที่แล้ว

      Do you know now?? xD

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

      'this' is a java keyword which stores reference to the current class. So in the example above 'this' really means 'Student' class. In other words, by saying: this.id = id; we're meaning to say Student.id = id;.(cant use this notation though as it will be illegal). why illegal.. that's probably beyond the scope of this tutorial but keep following.. you'll get it.

    • @tg2125
      @tg2125 8 ปีที่แล้ว

      lol I think he forgot to use it in the output

    • @Jukeboxpunk1
      @Jukeboxpunk1 8 ปีที่แล้ว

      prathamesh sawant this is the reference to the o jet of class which called this method not the class there might be multiple java objects but only one calling this perticular method so this keyword is used to get the reference of perticular object

  • @nalineeable
    @nalineeable 7 ปีที่แล้ว

    sir please provide tutorial for struts and hibernate

  • @jonathanselnes2317
    @jonathanselnes2317 8 ปีที่แล้ว +8

    get rid of that piping sound, please :P

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

      Needs to change batteries on his smoke detector lol

  • @jalajgupta3930
    @jalajgupta3930 7 ปีที่แล้ว

    why do we use the word "NEW" and what is use of that

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

    thank you ... really helpful :)

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

    Can we use Scanner class ???

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

      An error is thrown when I've used scanner class

  • @vkgamer5129
    @vkgamer5129 7 ปีที่แล้ว

    Easy!!! Thanks.

  • @aakashbhargava1276
    @aakashbhargava1276 7 ปีที่แล้ว

    Please Sir,
    Suggest me correct code for this program .I faced execution error in this code
    package Calculation;
    import java.util.Scanner;
    public class Calculator {
    static char choice;
    static int a1, b2 , ad, sb, ml, dv,pr;
    public static void main(String[] args) {
    System.out.println("Enter first number");
    Scanner num1 = new Scanner(System.in);
    a1 = num1.nextInt();
    System.out.println("Enter sevond number");
    Scanner num2 = new Scanner(System.in);
    b2 = num2.nextInt();
    System.out.println("Enter + for addition");
    System.out.println("Enter - for subtraction");
    System.out.println("Enter * for multiply");
    System.out.println("Enter ÷ for division");
    System.out.println("Enter # for clear screen");
    System.out.println("Enter % for percentage");
    System.out.println("Enter calculation choice");
    Scanner scan = new Scanner(System.in);
    choice = scan.next().charAt(0);
    switch(choice){
    case '+': addition ad1 = new addition();
    ad = ad1.Add(a1 , b2 );
    System.out.println("addition is" +ad);
    break;
    case '-':subtraction sb2 = new subtraction();
    sb = sb2.Sub(a1 , b2);
    System.out.println("Subtraction is"+sb);
    break;
    case '*': multiplication mul3 = new multiplication();
    ml = mul3.Mul(a1, b2);
    System.out.println("Multiplition is" +ml);
    break;
    case '÷': division dv4 = new division();
    dv = dv4.Div(a1,b2);
    System.out.println("Division is" +dv);
    break;
    case '%': percentage pr5 = new percentage();
    pr= pr5.Per(a1, b2);
    System.out.println("percentage is" +pr);
    break;
    }


    }
    }

  • @banugaria967
    @banugaria967 7 ปีที่แล้ว

    dont we have to have Private instances on other class then its worth to setters and getters there.

  • @shaiksameemacosmotology639
    @shaiksameemacosmotology639 8 ปีที่แล้ว

    ITS NOT GETTING AN output ..its saying student cannot be resolved into a type

  • @jain3484
    @jain3484 6 ปีที่แล้ว

    Thank you!

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

    Similar code
    package first;
    public class MyProgram{
    public static void main(String[] Args) {
    info Rohan = new info();
    Rohan.name="Rohan";
    Rohan.bday=11;
    Rohan.bdaymnth="september";
    Rohan.bdayr=2003;
    System.out.println(Rohan.name+" was born on "+Rohan.bday+" "+Rohan.bdaymnth+","+Rohan.bdayr+".");
    System.out.println("similarly");
    info Ritesh = new info();
    Ritesh.name = "Ritesh ";
    Ritesh.bday = 14;
    Ritesh.bdaymnth = "August";
    Ritesh.bdayr = 1994;
    System.out.println(Ritesh.name+"was born on "+Ritesh.bday+" "+Ritesh.bdaymnth+","+Ritesh.bdayr);
    }
    }

  • @shayanali8776
    @shayanali8776 6 ปีที่แล้ว

    is this code work in netbean as well?

    • @TehObLiVioUs
      @TehObLiVioUs 6 ปีที่แล้ว

      As long as it's still Java.
      However, making setters and getters is probably slightly different.
      Different menus to click the button that is, but should still work the same.

  • @anandgupta8529
    @anandgupta8529 7 ปีที่แล้ว

    you have told that using getter and setter u can secure your data ,but u don't have told how it is doing that. Please focus on logics also

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

    Bhai 5 fps pe q record kiya?

  • @ashutoshanand4040
    @ashutoshanand4040 6 ปีที่แล้ว

    Is it inheritance ?

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

    Whos here before the CMSC 131 final?

  • @anilchoundaj1445
    @anilchoundaj1445 8 ปีที่แล้ว

    Thanks a lot

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

    Listen to this in 0.25 speed...... It's so funny🤣🤣

    • @shraboniroy8098
      @shraboniroy8098 6 ปีที่แล้ว

      Saptangshu Manna so true! 😂😂