Introduction to Classes and Objects (Part 1)

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 56

  • @goosgooskaciyaaraha2030
    @goosgooskaciyaaraha2030 4 года назад +8

    Very happy to see my sir on this topic
    object oriented programming
    Looking forward for the next topics

  • @janimiyashaik1411
    @janimiyashaik1411 4 года назад +19

    Sir, please upload all videos topics as fast as you can in java. We are waiting for the next topics.

  • @indefinite115
    @indefinite115 10 дней назад

    thanks for uploading this. beats reading a textbook.

  • @fannysoderling6040
    @fannysoderling6040 4 года назад +17

    Hey!! I have my examination in java on Wednesday and I really appreciate these videos. How much do you have left that you will go through? And how many videos will you have on objects and classes?

  • @lovemanga_forever
    @lovemanga_forever 4 года назад +2

    the best channel I know so far

  • @peternguyen6160
    @peternguyen6160 2 года назад +10

    Understanding object and classes can get sooo overwhelming

  • @chaitanyakulkarni6416
    @chaitanyakulkarni6416 Год назад +3

    Your doing gods work sir !!! Bless you

  • @brickman-nu6bs
    @brickman-nu6bs 3 года назад +1

    Best teaching ever

  • @karanraut4417
    @karanraut4417 3 года назад +2

    I did it this Way :
    /*Creating a menu program with the following options:
    a. Add Element
    b. Remove Element
    c. Display Elements
    d. Exit*/
    import java.util.ArrayList;
    import java.util.Scanner;
    public class JAVA_106_FOR_EACH_LOOP_EX2 {
    public static void main(String[] args) {
    Scanner sc = new Scanner(System.in);
    ArrayList num = new ArrayList();
    while(true){
    displayMenu();
    int opt = sc.nextInt();
    int n = 0;
    System.out.println();
    if (opt == 1){
    System.out.print("Enter an integer to add : ");
    n = sc.nextInt();
    num.add(n);
    System.out.println(n + " is added.");
    continue;
    }
    if (opt == 2){
    System.out.print("Enter an integer to remove : ");
    n = sc.nextInt();
    if(num.contains(n)) {
    num.remove(Integer.valueOf(n));
    System.out.println(n + " is removed." );
    }else{
    System.out.println(n + " is not found");
    }
    continue;
    }
    if (opt == 3){
    if(num.size() == 0){
    System.out.println("Your Array is empty");
    }else{
    System.out.println("Your array is : " + num);
    }
    continue;
    }
    if(opt == 4){
    break;
    }
    }
    System.out.println("Program Ended....!!!");
    }
    public static void displayMenu(){
    System.out.println("
    1. Add Element " + "
    2. Remove Element" + "
    3. Display Elements" + "
    4. Exit");
    System.out.print("Enter index of your Choice : ");
    }
    }

    • @rustamali2328
      @rustamali2328 Год назад

      good this programme that was in previous video

  • @alielbermawy9256
    @alielbermawy9256 6 месяцев назад +1

    Lesgooooo my man 😂😂😂ايوا بقيييييي يا جامد اول مرا اخد بالي منك

  • @aniketsen5595
    @aniketsen5595 4 года назад +3

    Good videos

  • @kiranhaya9099
    @kiranhaya9099 3 года назад +2

    Hi Sir can you tell me that from where I got oop in c++ lecture for very beginner stage. As I am in 2nd semister of BS and yet not able to understand OOp because of online classes as they are not proved very helpful for me.So can you hep me bro for learning oop....As I am vey interested in programming but now I feel myself got tired from it!!

  • @s_madhan623
    @s_madhan623 2 года назад +1

    Difference between classes and structures

  • @ariyanchowdhury1442
    @ariyanchowdhury1442 4 года назад +1

    Sir please complete the java course quickly....we are waiting😢😢

  • @suryas7797
    @suryas7797 4 года назад +2

    Plz upload discrete mathematics sir

  • @Ozieniox
    @Ozieniox 2 года назад +1

    you saved me thank you sm

  • @pushkarajyeolekar5852
    @pushkarajyeolekar5852 4 года назад +1

    Sir please make videos on c++

  • @frankgarcia5058
    @frankgarcia5058 Год назад

    Thank you so much for you video

  • @smitgol6044
    @smitgol6044 4 года назад +1

    sir please complete the discreate mathematics series

  • @derrickkorir9010
    @derrickkorir9010 21 день назад

    Can you do a video on declaring classes in file names

  • @himanshuarora1910
    @himanshuarora1910 2 года назад +1

    can anyone tell me that in which video he has explianed "newkeyword use ?

  • @poojahp3507
    @poojahp3507 5 месяцев назад

    Sir please tell which book l will refer for object oriented with java language

  • @efemisaktan
    @efemisaktan 4 года назад +1

    which one book do you use ?

  • @NRAVULAPALLIVENKATAGURNADHAM
    @NRAVULAPALLIVENKATAGURNADHAM 3 года назад +1

    Sir do python and c course please

  • @devanshsolani2593
    @devanshsolani2593 4 года назад +1

    Awesome but would have been better if this video was at number 70 and around

  • @theamazingtutorial.9019
    @theamazingtutorial.9019 Год назад

    What is deference between Class and Structure???

  • @tuba9800-m4s
    @tuba9800-m4s 9 месяцев назад +1

    2:19

  • @alterjrorbino9350
    @alterjrorbino9350 3 года назад +1

    previous episodes were lively,, this episode is dark

  • @GauravKumar-oq2hk
    @GauravKumar-oq2hk 3 года назад +2

    Dubai or Russian ❤️

  • @kavindawarakamura881
    @kavindawarakamura881 9 месяцев назад

    can you give a pdf of this slide

  • @alimans4513
    @alimans4513 2 года назад +1

    Cypher?

  • @jayagahlot2453
    @jayagahlot2453 6 месяцев назад

    Please make a video in bilingual language...

  • @gauravshinde8767
    @gauravshinde8767 3 года назад +19

    Feels like a Russian teaching in English.

  • @eyyo4884
    @eyyo4884 5 месяцев назад

    I wish I had watched this fucking video before the final, I wouldn't have had to fail.

  • @qaderexpert4316
    @qaderexpert4316 4 года назад +1

    First like and first comment

  • @ragav6447
    @ragav6447 3 года назад +1

    I've exam in 30 mins ..

  • @2good4u38
    @2good4u38 6 месяцев назад

    virst of all i love u oright

  • @soumyaranjansamalkiit
    @soumyaranjansamalkiit 10 месяцев назад

    HABIBI!

  • @abhishekkumar-fe8lw
    @abhishekkumar-fe8lw Год назад

    are you from mother Russia?

  • @fasterbaiter
    @fasterbaiter 2 года назад +1

    Which accent is that? 🤔

  • @lavishdhingra5979
    @lavishdhingra5979 10 месяцев назад

    toooootlaaaaaaa

  • @adorablecat2985
    @adorablecat2985 Год назад

    Complecated learn

  • @dhanashreeabhyankar2933
    @dhanashreeabhyankar2933 4 года назад +1

    Hiii

  • @sangeetha9402
    @sangeetha9402 10 месяцев назад +2

    Pls improve ur accent... Very confusing

  • @Bzvzlhs76
    @Bzvzlhs76 Год назад

    I think you are from Lebanon, I can tell by the accent