Похожие чаты

Why should i use @override in this problem? onnly declaring

the method without overriding will work too because it is calling Soccer class and getPlayerNumber method will be executed. i donnt understand use of @override here

2 ответов

6 просмотров

The @Override annotation is for documentation purpose mostly. It allows you to avoid common mistakes. But it does not do actual overriding work. Only helps compiler to spot some common mistakes done in inheritance. Method overriding may be done without this annotation, like it always was before java 1.5. So, you should better always use @Override to get most help from compiler. There's no any sense to omit this annotation even though you can. Unless you're writing java 1.4 code. Now about that particular example. It doesn't make any sense without demonstration of the usage of those classes. Nice usage example would be like: var sports = new ArrayList<Sports>(); sports.add(new Soccer()); sports.add(new Tennis ()); sports.add(new PingPong()); sports.forEach(s -> println(s.getName()) );

Похожие вопросы

Обсуждают сегодня

We heading to 1.1$ 🤔?
CryptoBo$$
35
Anyone here suffers from unexplained aural migraines, who would be up for talking for a bit? Doesn't *have* to be aural, but I am not asking about headaches, I mean actual mi...
Martin Rys
55
A couple thoughts from a random internet stranger: 1. If you want this project to gain traction you cannot keep being negative. If I just came here after finding out about Kd...
Eric Wild
45
Сonst magicTgHTML = (text, entities) => { let processedText = text; let offsetShift = 0; entities.forEach(entity => { const { offset, length, type, url, ...
Андрей
1
Здравствуйте товарищи! решил всё таки поставить линукс. Порядок создание разделов /boot/efi 200МиБ; /boot 1000; подсистему / 80000; swap 8Гб Будет норм?
K2
19
Koi bata sakata hai yaha ? Is baar shot open karna theek rahega kya ?
Hakuna Matata
13
Can you help a noob? I know LTC was one of the early alt coins. But what is the benefit of it today? What are its attributes? Why should I be bullish on it this bull run?
CryptoNoobian ($PEPI)
14
How Will #Monero Be Attacked? First of all I want to tell you that this is not teaching the network attackers, the central regulators. They already know how to attack the net...
Li₿ΞʁLiøη
3
#wazirx 15 May my account has fund of rupees 10000 but 16 May my balance is showing 8200 why?? Without any withdrawal
Learnwi
12
подскажите пожалуйста, как мне освободить результат записанный в переменную result? в чем проблема подскажите если МОЖЕТЕ?
Михаил Helper
28
Карта сайта