# Overriding on the Object Class

**URL:** https://forum.kirupa.com/t/overriding-on-the-object-class/270764
**Category:** Uncategorized
**Created:** [September 13, 2008, 7:07pm UTC](https://forum.kirupa.com/t/overriding-on-the-object-class/270764 "2008-09-13T19:07:32Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ad\_sign](https://avatars.discourse-cdn.com/v4/letter/a/ac91a4/32.png) [@ad\_sign](https://forum.kirupa.com/u/ad_sign)
#### Post date: [September 13, 2008, 7:07pm UTC](https://forum.kirupa.com/t/overriding-on-the-object-class/270764/1 "2008-09-13T19:07:32Z")

</div>

Hello wizards!

I’m trying to override some public functions of the Object Class, reaching no success. The Class I’m workin on extends flash.utils.Proxy. Below is the basic error description:

> 1020: Method marked override must override another method.

And if we remove the ‘override’ from the class signature, we got the following Error message:

> 1000: Ambiguous reference to isPrototypeOf.

I just can’t understand what is going on at all. Anyone here could point clues to bypass that behavior?

:thumb2: Tanks very much!
