- Видео 5
- Просмотров 49 261
JavaPuppy
Добавлен 15 сен 2017
Bag of Characters Class (Part 2) - 5 - Data Structures in Java
This is the second part of going over the bagOfCharacters class which is a collection class that utilizes an array.
Просмотров: 620
Видео
Bag of Characters Class (Part 1) - 4 - Data Structures in Java
Просмотров 4,8 тыс.7 лет назад
We are building a class called BagOfCharacters.java This is the first coding example of a collection class in this series.
What is an Array - 3 - Data Structures in Java
Просмотров 6187 лет назад
In this video, I go over arrays and collection classes.
What is an Abstract Data Type? - 2 - Data Structures in Java
Просмотров 42 тыс.7 лет назад
This video is about ADT's, classes, information hiding, inheritance, abstraction, and polymorphism.
What is a Data Structure? - 1 - Data Structures in Java
Просмотров 1,5 тыс.7 лет назад
This is the first video for the tutorial series on Data Structures in Java! I hope you guys find this tutorial helpful and let me know what you think!
The personification of the array had me unexpectedly laughing. Just pictures an array that gets angry and eats junk food. 😂
So ADT= Concrete Classes
What do you use for drawing?
clear
Wow. This is definitely top explanation
A very informative video! loved your creativity.
This is an excellent explanation! helps so much!
thanks puppy
You were pretty clear! Awesome
Great video! The last diagram is super helpful as well.
thankyou very much. nice draw.
You can't instantiate ADTs, as they're interfaces, only classes that implement them. But you can have an ADT as a variable, ie. on the left-hand-side. Curiously one can apparently also have a variable of an Abstract Class as this compiles just fine: AbstractList<Integer> y = new ArrayList<>(); ...but I'm not sure if some automatic type conversion is going on there.
Good tutorial but 3:23 is not true. Most people here do not have a S/O
Thx for the nice video! I have one question, why is it important to use private variables and information hiding? Which means others won't be able to see the inside logic. But, if the logic and code is inefficient, wouldn't be more efficient others look at the code and able to adjust the code?
Access modifiers such as private refer to access during runtime. It means another program could not use it directly, it would have to use the getter method. I think you're getting confused with open-source code, which is publicly available code.
If you are looking right now at comments reviews, I highly recommend this guy ^^
Better than my prof... you just made this understandable. THANK YOU.
I wish there were codes that you implement as addition. But thanks.
you ever deal with an STD?
these are amazing videos . please keep making them
At minute 3:13, it would be really nice if you didn't assume all your viewers were straight men. And assuming that hiding information is what guys do with their girlfriends is pretty brutal. Regardless of whether your thinking is that guys are cheating assholes or girls are controlling bitches - either way you are perpetuating negative, sexist stereotypes. Other than that, great video.
Just shut the fuck up boomer
it's been a while but i noticed this as well and it made me uncomfortable in an otherwise very helpful video! thank you for pointing this out, cs has long been a boys club and it doesn't help to use these exclusive and problematic examples in instructional videos
who cares? oops.. not me
I agree on gender neutral examples in the media. Not many might think its important, but it is.
The diagram at the end made things so much easier to understand.
Thank you
Thank you for making these videos!
Very nice, keep going. you helped a lot.
Subscribed. Very nice, easy and helpful. Excellent Work
Thanks for the helpful video!
keep it up im waiting for the next videos
Is that your hand writing?
Way to go XD!!