الگوی کاربرد:
[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.