Java Basics - Enums Part 1

preview_player
Показать описание
This video explains what enums are. It provides a number of examples to illustrates how simple enums (enums without class members) are declared and used and it shows how they are different from 'regular' classes. It also discusses when they are used and why they are used.
Рекомендации по теме
Комментарии
Автор

My instructor having us use enums and he never mentioned how we do all this stuff. He says to use Google when we need help but when I try to look up what I need I can never find the solution. This is awesome help for me. Thank you so much for your esquisite explanations

ReiCraft
Автор

You explain things in a professional way. Thumbs Up.

learn
Автор

What a gentle teacher! The tutorial is well organised and eloquently delivered. Keep up with this well packaged tut0rials.

potiskumful
Автор

Amazing video! Super helpful 2 hours before my final lol

HugoCornellier
Автор

This video made enums easy. Very beautiful explanation. Thanks.

akshaybr
Автор

i need Margret to be my professor i swear, i went through 3 video tutorials and none of them made me understand enums as easy as this video

Will-cbwb
Автор

Thank you very much for this tutorial! The speed in which you explain is a god send, it makes it easier for me to understand the topic.

kimocampo
Автор

Awesome explanations .. Liked it.. very good ..

abhilpnYT
Автор

Reading your code is reading Java specification using a mgnifying glass.Thanks a lot and aloud.

mistery
Автор

Your teaching is beautiful and very understandable. Thank you

masou
Автор

You are the best so far.
Danke dir Margret :)

sakhrnabil
Автор

the best explanation i found, thank you

inot
Автор

That was real lesson.
Thank you very much for your time.

johnbritolima
Автор

Good examples, good explanation, not to mention voice and accent. Liked and subbed. :)

Maxxwell
Автор

Excellent, subbed and liked. Good explanations, Good examples, Good everything :D

Max-bhtg
Автор

Wonderfully lucid tutorial. Mam, you are brief and to-the-point. That makes following your explanations easy. The video is cleverly made with various situations/ options juxtaposed to reveal the pros, cons of each.

ykishore
Автор

Thank you very much for this video Margret!

AlineSelle
Автор

Thank you very much for a flawless explanation.

subhsamal
Автор

There is something that is shown in thenewboston's enumeration video but not shown here. Could someone explain to me the concept of assigning attributes to different constants?
Ex.

public enum Name {
Me("Tall", "15"),
Girlfriend("Short", "14")

}

FirstNameLastName-tcok
Автор

Very well explained! Thank you very much!

coo-kies