Java - interfaces in Java basics

This week will be fun! But it might also be a bit complicated. We will introduce interface. And then dive right in. We’ll look at functional interfaces and we will see how functional interfaces can be used for lambda expressions. Lambda expressions are great, but it might take you a while before you can appreciate them 😊
Topics
- Interfaces
- Functional interfaces
- Lambda expressions
Content
- Interfaces
www.geeksforgeeks.org/interfa...
www.javatpoint.com/interface-...
- Functional interfaces
www.geeksforgeeks.org/functio...
- Lambda expressions
www.geeksforgeeks.org/lambda-...
Questions
If you have any questions about the content, please write them under the corresponding KZread video. The questions that are asked most will be discussed in the Saturday session. You can also ask your direct team members and the other participants. Please help each other as much as possible, if you see a question you know the answer too, please answer 😊 We’re doing this together!
Homework
We won’t continue working on the project this week. However, you can finish up and clean up your project this week. If you have any questions let me know! I’d really recommend you to go over the topics of all the past weeks. If you have any questions, submit them before the next live session so I can answer your question in the next session!

Пікірлер: 1

  • @LukeAvedon
    @LukeAvedon2 жыл бұрын

    Fun watching your videos as a C# dev. I guess Java and C# really are almost the same language.