Override vs Reject - What's the difference?
override | reject |
To ride across or beyond something.
To ride a horse too hard.
To counteract the normal operation of something.
*
(programming, object-oriented) To define a new behaviour of a method by creating the same method of the superclass with the same name and signature.
A mechanism, device or procedure used to counteract an automatic control.
A royalty.
A device for prioritizing audio signals, such that certain signals receive priority over others.
To refuse to accept.
*
, title=(The Celebrity), chapter=4
, passage=One morning I had been driven to the precarious refuge afforded by the steps of the inn, after rejecting offers from the Celebrity to join him in a variety of amusements. But even here I was not free from interruption, for he was seated on a horse-block below me, playing with a fox terrier.}}
(basketball) To block a shot, especially if it sends the ball off the court.
As verbs the difference between override and reject
is that override is to ride across or beyond something while reject is to refuse to accept.As nouns the difference between override and reject
is that override is a mechanism, device or procedure used to counteract an automatic control while reject is something that is rejected.override
English
Verb
- The Congress promptly overrode the president's veto, passing the bill into law .
- The needs of the windmill must override everything else, he said.
- How the cat runs is defined in the method
run()
of the classCat
, which overrides the same method with the same signature of superclass calledMammal
.