CodeGym/Khóa học Java/Mô-đun 2: Lõi Java/Bài học bổ sung cho cấp độ

Bài học bổ sung cho cấp độ

Có sẵn

Kế thừa so với thành phần trong Java

Bài viết này minh họa các khái niệm về kế thừa và thành phần trong Java. Ví dụ đầu tiên sẽ giúp bạn hiểu về thừa kế. Các ví dụ sau sẽ giúp bạn hiểu cách sử dụng thành phần để cải thiện việc sử dụng thừa kế của bạn.

Đa kế thừa trong Java. So sánh thành phần và thừa kế

Bài viết này xem xét đa thừa kế và sau đó khám phá những lợi ích của hợp thành so với thừa kế.

3
Nhiệm vụ
Java Core,  mức độbài học
Đã khóa
Beer
There's no such thing as too much programming... But "too much beer" can result in "it's time to go home" or "sleep on the floor". In this task, you will get two interfaces. The BeerLover class needs to implement one of them. At the same time, you need to understand the relationship between the READY_TO_GO_HOME variable and the isReadyToGoHome method.
3
Nhiệm vụ
Java Core,  mức độbài học
Đã khóa
Beer. Part 2. The recovery.
Beer can be both alcoholic and nonalcoholic. The difference is huge. But no matter what type of beer you have, it is the process of drinking that unites man with beer. In this task, we will only drink alcoholic beer. Enable the Drink interface in the AlcoholicBeer class and implement all of its methods.
3
Nhiệm vụ
Java Core,  mức độbài học
Đã khóa
Don't mix beer with cola
Do you prefer beer or cola? Perhaps it depends on your mood? Either way, the most logical interface between humans and beer or between humans and cola can be expressed in a single word: "drink". Implement the Drink interface in the Beer and Cola classes.
3
Nhiệm vụ
Java Core,  mức độbài học
Đã khóa
Selectable and Updatable
Galaxy Rush's engineering department decided to set up a surveillance system for Planet Wild Robots. Your task is simple: make a Screen class that implements the Selectable and Updatable interfaces.
8
Nhiệm vụ
Java Core,  mức độbài học
Đã khóa
Four mistakes
Once again you're working on someone else's code, and once again you have to fix their mistakes. You'll need to gradually get used to this process. Luckily, this time, it's a very simple task about interfaces, with only 33 lines of code. So, no whining, just get going and fix the bugs. Hint: There are only four bugs.
8
Nhiệm vụ
Java Core,  mức độbài học
Đã khóa
Buggy initializeIdAndName
Something's wrong with this code! Your task is to fix the program so that it compiles and runs. First, figure out why it isn't working and then implement the initializeIdAndName method in the User class. In this case, the User class's initializeIdAndName method must return a User.
3
Nhiệm vụ
Java Core,  mức độbài học
Đã khóa
Parameterized interface
Remember generics? They are generalizations - parametrized types, right? If not, rack your brain, then search through the lessons, and then search Google. Or use a different order if you'd like. Then, look at this task's code and make the StringObject class implement the SimpleObject interface using a String parameter.
3
Nhiệm vụ
Java Core,  mức độbài học
Đã khóa
Hey, are you alive?
The program you are going to write should answer this question. To accomplish this, create a Person interface and add an isAlive() method, which will return whether the Person object is alive. Can you guess which type this method should return?
3
Nhiệm vụ
Java Core,  mức độbài học
Đã khóa
All that moves
We are going to create an interface for anything that can move. We'll call it CanMove and give it a speed method. And CanMove will be inherited by all things that moveth upon the ground, and that which moveth through the air. And each shall have its own speed method. And then thou shalt behold it and see a job well done!
3
Nhiệm vụ
Java Core,  mức độbài học
Đã khóa
Who's that smarty?
Do you know the difference between Smart and Clever? We do too, but that's a topic for another day. Today we're talking about adding the Secretary and Boss interfaces to the Manager and Subordinate classes. Try to figure out for yourself which interface is best for each class. Good luck!
Bình luận
  • Phổ biến
  • Mới
Bạn phải đăng nhập để đăng nhận xet
Trang này chưa có bất kỳ bình luận nào