TypeScript Basics 16 - Member visibility

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 19

  • @asmrtist9058
    @asmrtist9058 5 років тому

    All the tutorial sessions on typescript have been great so far

  • @rajagopalan491
    @rajagopalan491 6 років тому +6

    Please start a tutorial series on Data Structures and Algorithms using Java or Design patterns in Java

  • @syedwaseemahmed1749
    @syedwaseemahmed1749 6 років тому

    Do you have any idea about Google analytics. How do we implement that in your java application????

  • @tejassabunkar9079
    @tejassabunkar9079 6 років тому +4

    Sir please start a course on node js and Express js

  • @abhishekmondal5051
    @abhishekmondal5051 6 років тому

    how did you change the name of the variable all at once when making the setter for last name?

    • @Java.Brains
      @Java.Brains  6 років тому +2

      The Ctrl-D shortcut lets you select multiple instances of a token in your editor (at least in VS Code which is what I used here)

  • @teachyourselfcomputerscien9178
    @teachyourselfcomputerscien9178 6 років тому

    how can i not find your udemy course it was there 1 months ago

  • @LearnerHarshalRajeshJain
    @LearnerHarshalRajeshJain 10 місяців тому

    Thankyou sir

  • @kresimircosic3753
    @kresimircosic3753 5 років тому +1

    Small correction - the getters and setters ought to be explicitly mentioned by keywords set and get:
    get getFirstName(): string {
    return this.firstName;
    }
    set setFirstName(firstName: string) {
    this.firstName = firstName;
    }

    • @hyperborean72
      @hyperborean72 4 роки тому

      ought to be explicitly mentioned for what?

    • @kresimircosic3753
      @kresimircosic3753 4 роки тому

      @@hyperborean72 If you are using getters or setters, you are trying to handle information with care. The properties/fields of objects cannot either be read or changed/written 'accidentally', since you specifically need to invoke methods to do such.

  • @nishantmagarde7598
    @nishantmagarde7598 6 років тому

    not a single video on Java Brains has sound.
    Sir, please check it.
    I this it's youtube mistake.

  • @teachyourselfcomputerscien9178
    @teachyourselfcomputerscien9178 6 років тому

    sir give me link of your java web service udemy course if i dont get link within 2 days , me and my friends who wish to take your udemy courses would never watch a single video of you

    • @Java.Brains
      @Java.Brains  6 років тому

      I don’t have a Udemy course

  • @muralidhar3647
    @muralidhar3647 6 років тому

    I am first guy to like :)