نمط الاستخدام:
[someone] overrides [a decision/rule/order]
The judge decided to override the earlier ruling after new evidence appeared.
A bíró úgy döntött, hogy felülbírálja a korábbi határozatot, miután új bizonyítékok kerültek elő.
Management can override the system if there is an urgent need.
Sürgős esetben a vezetőség felülírhatja a rendszer szabályait.
Parliament voted to override the president’s veto.
The teacher refused to override the exam rules for any student.
Company policy allows the director to override local managers in an emergency.
أمثلة للمتعلّمين
The boss can override this rule.
A főnök felülírhatja ezt a szabályt.
The city council may override the mayor’s decision.
A városi tanács felülbírálhatja a polgármester döntését.
The manager overrode the system and gave her a refund.
Our teacher will not override the school rules.
The court can override that order if it is unfair.
خطأ شائع:
Learners sometimes confuse “override” with “overrule.” They are very close, but “overrule” is especially common in law, courts, and formal meetings, while “override” is slightly broader and used for rules, systems, or decisions in general.
المعنى
use authority to overrule something
المتلازمات اللفظية
override a decision
|override a rule
|override a veto
|override an order
|override the board
|override the recommendation
المرادفات
overrule (Very close in meaning; slightly more common in legal or formal contexts.)
|
reverse (Focuses on changing something to its opposite result, not always through authority.)
الأضداد
uphold (Means to support and continue a decision or rule instead of canceling it.)
الموضوعات
law
|politics
|business
التعريف
to use power to say that a rule, order, or decision is no longer valid
To use official power or control to change, reject, or cancel a decision, rule, order, or action made earlier.
نمط الاستخدام:
[someone] overrides [a setting/control/system]
You can override the default settings in the app at any time.
Az alkalmazásban bármikor felülírhatod az alapértelmezett beállításokat.
In an emergency, the pilot can override the automatic controls.
Vészhelyzetben a pilóta felülvezérelheti az automatikus vezérlőrendszert.
The technician overrode the security system to let the firefighters in.
Users are not allowed to override the safety lock on this machine.
She overrode the timer so the lights would stay on overnight.
أمثلة للمتعلّمين
I can override this setting on my phone.
Felül tudom írni ezt a beállítást a telefonomon.
The driver can override the automatic brakes.
A vezető felülvezérelheti az automatikus fékrendszert.
The engineer overrode the system to test it.
You should not override the safety controls.
He overrode the default option and chose a new one.
خطأ شائع:
Learners often confuse “override” with “overwrite” in technical contexts. “Override” means to change or bypass how something behaves, while “overwrite” means to write new data over old data, usually deleting the old data.
المعنى
change or bypass automatic control
المتلازمات اللفظية
override the settings
|override the controls
|override the system
|override automatic shutdown
|override the default
|manually override [something]
المرادفات
bypass (Emphasizes going around a normal process rather than actively changing it.)
|
override manually (Common collocation highlighting that human control replaces automatic control.)
الأضداد
enable (Means to let the automatic or default system operate, the opposite of canceling or replacing it.)
الموضوعات
technology
|computing
|engineering
التعريف
to stop the normal automatic action of a machine or system and control it in another way
To change or stop the normal automatic action of a system, machine, or process, and control it in a different way, often manually.
نمط الاستخدام:
[something] overrides [another thing]
In this company, safety concerns override all other considerations.
Ennél a cégnél a biztonsági szempontok minden más megfontolást felülírnak.
Her professional duty overrode her personal feelings.
Szakmai kötelessége felülírta a személyes érzéseit.
The need to protect children should override any financial concerns.
National security was judged to override privacy in this case.
Their desire to help overrode their fear of getting involved.
أمثلة للمتعلّمين
My health overrides my wish to work more.
Az egészségem fontosabb annál, mint hogy többet dolgozzak.
For me, family overrides everything else.
Számomra a család mindennél fontosabb.
In this case, safety overrides speed.
His love for his son overrode his anger.
The rules here override your personal plans.
خطأ شائع:
Learners may try to use “override” for simple comparisons of size or number. Use “override” when talking about importance or priority in a decision, not for physical size or quantity (say “outweigh” or “be bigger than,” not “override”).
المعنى
be more important than something
المتلازمات اللفظية
override all other concerns
|override personal feelings
|override individual rights
|safety overrides convenience
|the need to X overrides Y
المرادفات
outweigh (Focuses on greater importance or value, without the idea of a rule being formally canceled.)
|
take precedence over (More formal phrase describing something that must come first or be given priority.)
الأضداد
yield to (Means to give way or allow something else to be more important.)
الموضوعات
values
|work
|ethics
|core_vocabulary
|business
التعريف
to be more important than something else so that the other thing is not followed
To be considered more important or have stronger effect than something else, so that the other thing is ignored or not followed.
نمط الاستخدام:
[a subclass] overrides [a method]
You need to override the equals method to compare these objects correctly.
Felül kell írnod az equals metódust, hogy helyesen hasonlítsd össze ezeket az objektumokat.
@Override tells the compiler that this method is meant to override a superclass method.
Az @Override azt jelzi a fordítónak, hogy ez a metódus egy szuperosztály metódusát hivatott felülírni.
The subclass overrides the base implementation to add logging.
If you override this function, remember to call super at the start.
We overrode the default handler to customize the response.
أمثلة للمتعلّمين
In this class, we override the print method.
Ebben az osztályban felülírjuk a print metódust.
The child class overrides the parent method.
A leszármazott osztály felülírja a szülőosztály metódusát.
You can override this function to change how it works.
We override the default behavior in our new class.
The code will use the method you override here.
خطأ شائع:
Learners sometimes think they are overriding a method when they accidentally change the name or parameters and create a new method instead. The method signature must exactly match the parent method for a true override.
المعنى
redefine an inherited method in code
المتلازمات اللفظية
override a method
|override a function
|override toString()
|override the base implementation
|override the default behavior
المرادفات
redefine (General word for defining again; does not specifically imply OOP inheritance.)
|
shadow (A related but more specialized programming term; not always identical in meaning to override.)
الأضداد
inherit (Means to receive behavior from a parent class without changing it, the opposite of overriding it.)
الموضوعات
computing
|programming
|technology
|education
التعريف
in programming, to write new code for a method in a child class so it replaces the method from the parent class
In object-oriented programming, to define a new version of a method in a subclass so that it replaces the version inherited from a parent class when called on subclass objects.
نمط الاستخدام:
an override of [a decision/rule/veto]
Lawmakers failed to get enough votes for a veto override.
A törvényhozóknak nem sikerült elég szavazatot szerezniük a vétó felülírásához.
The committee requested an override of the earlier ruling.
A bizottság a korábbi határozat felülbírálását kérte.
Any override of this policy must be approved by the board.
The union is pushing for an override of the new schedule.
He appealed to the CEO for an override of the hiring ban.
أمثلة للمتعلّمين
The council tried to get a veto override.
A tanács megpróbálta elérni a vétó felülírását.
We asked for an override of the new rule.
Kértük az új szabály felülbírálását.
An override of this order is very rare.
Only the director can give an override.
They voted for an override of the policy.
خطأ شائع:
Learners may use the noun “override” where the verb is needed. Say “They overrode the decision” (verb) rather than “They made an override the decision” (incorrect). Use “an override of the decision” if you need the noun.
المعنى
an act of overruling something
المتلازمات اللفظية
a veto override
|an override of the decision
|seek an override
|win an override
|a board override
المرادفات
reversal (General term for changing a decision to its opposite; does not always imply formal authority.)
الأضداد
upholding (Means keeping and supporting a decision instead of canceling it.)
الموضوعات
law
|politics
|business
التعريف
an action where someone with power changes or cancels an earlier decision or rule
An act or instance of using authority to change, cancel, or reject a previous decision, rule, or order.
نمط الاستخدام:
a manual override for [a system/function]
The elevator has a manual override for use by firefighters.
A liftben van kézi felülvezérlés, amelyet a tűzoltók használhatnak.
An emergency override lets staff unlock the doors if the system fails.
A vésznyitóval a személyzet ki tudja nyitni az ajtókat, ha a rendszer meghibásodik.
There is an override switch under the panel for maintenance work.
The safety override prevents the machine from starting while the cover is open.
Pilots can use the override in case the autopilot malfunctions.
أمثلة للمتعلّمين
This car has a manual override for the brakes.
Ebben az autóban van kézi felülvezérlés a fékekhez.
Use the emergency override if the door will not open.
Használd a vésznyitót, ha az ajtó nem nyílik ki.
The red button is the override switch.
The machine has an override to stop it fast.
The pilot used the override when the system failed.
خطأ شائع:
Learners sometimes say “overwriting switch” or “over switch” by mistake. The fixed technical term is “override,” as in “override switch” or “manual override.”
المعنى
manual control instead of automatic system
المتلازمات اللفظية
manual override
|emergency override
|override switch
|override button
|safety override
المرادفات
bypass control (Technical phrase that focuses on going around a normal control path rather than simply taking manual control.)
الأضداد
automatic control (Refers to the system running by itself, without a manual override.)
الموضوعات
technology
|engineering
|safety
التعريف
a switch or control that lets a person stop automatic operation and control a machine directly
A control, function, or setting that allows a person to stop or change the normal automatic behavior of a system or machine and operate it manually.