Does Foo inherit from Bar?

I've always been perplexed by this. Does Foo extend Bar, or is it the wayother dnuora?
I mean Foo is-a Bar doesn't sound quit right to me, but it's still better than Bar is-a Foo. And where do metasyntactic variables get off inheriting from each anyway?
I mean if every OO textbook is going a perpetuate this nonsensical goop I hold that there should be a pier reviewed industry standard, much like McPythons Olympic Standard Mayonnaise. Detain the GOF in a jacuzzi until Sun and Microsoft can agree to form IEEE FOO754, or they really do turn into prunes, whichever comes first, I'm easy.
And what is the etymology of this term foobar anyway? Is it a near descendant from the Australian colloquialism FUBAR meaning F'ed Up Beyond All Recognition, which is commonly believed to be coined by a pair of unemployed lumberjacks on their way down under on the First Fleet, who where both subsequently flogged, keel halled, and prematurely disembarked for daring to impinge on Little Captian Blighs perfect unemployment figures.
So where did this foo come into the picture, is it a cryptic reference to the mythical FooFoo bird? Apparently, the only species capable of disappearing up it's own fundamental orifice, Politicians excepted obviously.
Or maybe foobar started life as a simple misspelling of goobar, a story about two queers and cake of soap. My apologies to those who into that, but it had to be said.
Of maybe foo bar was dreamed up by the same porkchop who came up with little endianism, whilst on his way to market to by 11 eggs
We know what bar's are. They come in chocolate, non-smoking, and extra turgid flavours.
So gentlemen (no self respecting lady would have read this far), what do you think? Does Foo extend Bar, or is it the wayother dnuora?
Signed, He who isn't too scared to tackle the really meaty issues in OO design.
;-) keith.

Hey Keith
You really expect such a profound question to be answered for free?
http://developers.sun.com/forums/dukestars/index.jsp
Rewarding Duke Stars for your post can motivate forum members to help you find solutions to your problems.
http://developers.sun.com/forums/dukestars/faq.jsp
Offering Duke Stars to other forum members incents them to answer your questions.
And no, I don't have a ready answer, but maybe I can point your nose in the right direction...
Does Foo extend Bar, or is it the wayother dnuora?
Read the javadocs.
With malice towards none, Darryl

Similar Messages

  • From where does WCS inherit timestamps?

    (I have by mistake posted this as well on SMB wireless area)
    Hi Collegues.
    My  question is very simple - from wich source does the WCS application  inherit the time and daystamps when generation and printing guest user  accounts?
    I have tried changing time and date format in both the  server where the WCS resides AND the station used for creating guest  accounts.
    No change can be seen - the date format is tt:tt  mm,dd,yyyy but on both WCS server and lobby admin workstation has date  format set to yyyy,mm,dd.
    Why doesn't it apply?
    Other affected areas is logging/alarms...
    Sincere Regards
    Mats Nilson

    Hey Keith
    You really expect such a profound question to be answered for free?
    http://developers.sun.com/forums/dukestars/index.jsp
    Rewarding Duke Stars for your post can motivate forum members to help you find solutions to your problems.
    http://developers.sun.com/forums/dukestars/faq.jsp
    Offering Duke Stars to other forum members incents them to answer your questions.
    And no, I don't have a ready answer, but maybe I can point your nose in the right direction...
    Does Foo extend Bar, or is it the wayother dnuora?
    Read the javadocs.
    With malice towards none, Darryl

  • Adobe Acrobat 10.1.3 Mac OS does not inherit the Duplex setting from PPD for HP printers

    Adobe Acrobat for the Mac OS does not inherit the setting from the PPD for the printer. Our current settings for the PPD has Duplex enabled as the default for the HP LJ 9050 and it works in all the application with the exception of Acrobat 10.1.3, Acrobat does not inherit this setting from the driver.  Our previous installation with Acrobat 10.1.0 duplex worked well with our PPD configuration where Acrobat inherits the setting from the PPD and duplex is default for all our black and white printers.
    We found reference to the reserve issue with 10.1.2 in the forum but that solution is global for all printers and it only works with version 10.1.2 
    Does anyone know how to set the default printing settings in Acrobat version 10.1.3 to allow us to have duplex printing by default on the Mac.

    >It looks like a typical case of finger pointing, Adobe blames Epson, Epson blames Apple. Apple blames the user...
    No, you still don't get it...Lightroom is a Cocoa app...it uses Cocoa printing APIs...therefore, print drivers will have to be rev'ed to support those Cocoa APIs...the 3800 (6.10) DOES...the earlier 3.5x drivers won't under Leopard.
    What's the driver version of your R800? Something like 3.09? The odds are REAL GOOD (since Epson hasn't released an updated driver for that printer yet) that it's not been updated.
    So, you are just gonna have to wait for Epson to rev the drivers, use Tiger instead of Leopard or print out of Photoshop CS3 (which is a Carbon app and uses the Carbon APIs) or not print.
    You may not _LIKE IT_ but those are your options...

  • How to hide the default windows inherit menu bar

    Dear All,
    I am using oracle Application server 10g with windows server 2003. with oracle 11g database.
    When ever I am accessing the application from client machine through browser i am getting the windows inherit menu bar at the top of the working space of the form.
    I want to hide that default menu bar from viewing the application users.
    Please help.
    Thank you in advance....

    actually vansul i have done this the default smart bar is removing by doing this
    but i want to hide the black window bar which is displayed even if by removing
    the default & smart bar.

  • TypeError: Error #2022: Class DS0$ must inherit from DisplayObject to link to a symbol

    Hello,
    When I tried AIR 3.7.0.1410 (ASC 2.0) to make an instance of a class that has AS linkage compiled as swc by Flash Pro,  it fails on
    TypeError: Error #2022: Class DS0$ must inherit from DisplayObject to link to a symbol
    at flash.display::Sprite/constructChildren()
        at flash.display::Sprite()
        at flash.display::MovieClip()
        at flash.display::Sprite/constructChildren()
        at flash.display::Sprite()
        at (AS-linkaged class name)
    while it's OK with AIR 3.6.0.6090.
    I'm on Windows 7 and Flash Builder 4.7. Does anyone see this issue?
    As for bug I put it here (Bug 3520793)
    https://bugbase.adobe.com/index.cfm?event=bug&id=3520793

    Hi Colin,
    Can you show me how you're embedding the asset in ASC 2.0?
    In Flash Pro, I imported a wav file into my library, configured the sound's linkage properties to export the asset, using the class name "ding". I then published the project as a .swc.
    In Flash Builder 4.7 Beta 1 (updated to ASC 2.0 Preview 3, though I don't think this is necessary for this particular test case), I created a new ActionScript Project, added the swc to my project library path, and then instantiated an instance of ding and played it. It seemed to work fine:
    package
        import flash.display.Sprite;
        import flash.media.Sound;
        public class SoundTest extends Sprite
            public function SoundTest()
                var s:Sound = new ding();
                s.play(0, 10);

  • Delta Linked object: reset attribute to inherit from parent

    Hi all,
    I inherited an ESS system where the SAP content had changes made to it.  The SAP supplied Employee Self-Service Role had some of the worksets set to Invisible in Navigation Areas.  I would like to clear the indicator that says that attribute is defined locally and have it back to inherit from parent.  Then I can make the Invisible change in the delta linked role in our custom content folder.
    Is this possible without a program?
    Thanks
    --Amy Smith
    --Haworth

    Hi Gopal,
    That would seem to make sense to me too.  I have one question about that that you may be able to help with. 
    The role I am working with is a delta linked role that points back to the ESS role.  I can remove a workset from my delta linked role.  Later we will want to put that workset back in the role.
    I can link it in pointing to the ESS workset, but the delta link trace will look different and anything done in the ESS role to that workset will not be reflected in my custom role.  So is there a way to tell my delta linked role to undelete the workset so it is still linked back to the ESS role.
    Does this make any sense? 
    --Amy Smith
    --Haworth

  • My I pod touch 5th one month old wont charge. Its on charger for 2 days but battery does not move from red sign?

    My I pod touch 5th one month old wont charge. Its on charger for 2 days but battery does not move from red sign?

    Try the remaining items of:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • Inherit from LV Web Service

    I have a created a Child Web Service class that inherits from Web Service. In my Web Service startup VI I am unable to use my class, because if I put it on the connector pane in the place of the Web Service.lvclass that is there by default, I get error −67001: LabVIEW Web Services: The Web service is undefined. This tells me the class object isn't being set correctly even though it's on the connector pane.
    Can I do what I want? It would seem kind of silly if we are able to inherit from Web Service but then not use the child class in place of the parent on the Startup VI.

    Hi Greg,
    Can you provide a little more detail about your use case? Why do you want to inherit from Web Service.lvclass? Is there a reason why Web Service.lvclass does not meet your needs? I only ask because I have not found anyone else that has reported this error so I can find no information about it.
    I tried to do something similar to what I thought you were doing and are not getting error -67001:
    Can you provide any code that shows this behavior? Where do you get this error? When you start the web service? If it inherits, I would imagine it should work as you want since it has all the necessary methods/data that LabVIEW would need, but I'm not 100% certain.
     

  • Inherit from a graphical classe

    Hi,
    It seem to be impossible to create a new class who inherit from
    a Forte graphical class (like ArrayField for example).
    I'd like to add a new method to ArrayField so I imagine a
    new class who inherit from ArrayField.
    Does somebody knows if it is possible ?
    Thanks by advance.
    Jean-Baptiste BRIAUD
    SEMA GROUP
    16 rue Barbes
    92126 Montrouge
    France
    Tel. : 01 30 92 30 92

    Java class names should start with an uppercase letter.... and should indicate the purpose of the class, that is to say, what it represents.
    For example, the class that best describes the reason behind many postings here:
    {color:#0000ff}http://java.sun.com/javase/6/docs/api/java/nio/charset/CoderMalfunctionError.html{color}
    and the outcome of those postings:
    {color:#0000ff}http://java.sun.com/javase/6/docs/api/java/nio/charset/CoderResult.html{color}
    In lighter vein, Darryl

  • I downloaded the newest version of firefox today 8/16/11 and now I cannot use Evernote (nor does clipmarks work from before) this is unacceptable. How do I return to the earlier version of firefox? Thank You, Carol Roberts

    I downloaded the newest version of firefox today 8/16/11 and now I cannot use Evernote (nor does clipmarks work from before) this is unacceptable. How do I return to the earlier version of firefox? If there is no way to do this, then I will have to use internet explorer so I hope you can help me with this. Thank You, Carol Roberts

    Until Evernote updates their add-on to mark it compatible with Firefox 6, you can use the [https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/ Add-on Compatibility Reporter] to try re-enabling it yourself.
    You can also downgrade to a previous version of Firefox from [https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/ this archive], but please be warned that some old versions of Firefox have known security bugs that are fixed in later versions. See also: [[Installing a previous version of Firefox]]

  • Does the dock from a fourth generation ipod shuffle work with a second generation ipod shuffle?

    Does the dock from a fourth generation ipod shuffle work with a second generation ipod shuffle?

    No, they are different.  If you look at the replacement part for the 4th gen shuffle's USB cable
    http://store.apple.com/us/product/MC003ZM/A
    it says it's only for the 3rd and 4th gen shuffle.

  • Reset Password - System does not boot from DVD

    My System: Macbook Pro - 2Ghz Intel Core Duo - OS X - 10.6.8
    Hi everyone,
    i forgot my password. So i want to boot from install DVD to reset the password. Unfortunately my macbook pro does not boot from DVD (10.6.3).
    I press c all the time...but sometimes the macbook pro throws the DVD out...and sometimes nothing happens.
    The DVD drive is working fine...
    Any other idea?
    Thanks in advance.
    Fabian

    So when you boot holding option it shows a padlock with a password field? Is that correct?
    In that case we're talking about the firmware password, which you can't reset via the install disk. There is only one way to do this, I'm not certain if one is allowed to divulge that information publicly - might want to try googling "reset firmware password"

  • Hi, I have a Power Book G4 Tiger 10.4.11 and my problem concerns iTunes 9.2.1(5). I have changed my Apple ID and password recently. Since that, I am told when I try to buy something in iTunes Store that my "session has expired". Where does this come from?

    Hi, I have a Power Book G4 Tiger 10.4.11 and my problem concerns iTunes 9.2.1(5). I have changed my Apple ID and password recently. Since that, I am told, only when I try to buy something in iTunes Store, that my "session has expired". Where does this come from? What should I do to solve this problem ? I would greatly appreciate your help. Thank you in advance.

    Hi, I am khonthaï. I solved the problem thanks to JHdeVilliers's post on 4 Dec. 2011: I removed all cookies in Safari and it worked immediately !!!

  • I have trouble creating a pdf portfolio from Outlook: the result does not have "From" or "Subject"

    I have trouble creating a pdf portfolio from Outlook: it creates the portfolio, but the result does not have "From" or "Subject" in the index.  Please help!

    Thank you, I am aware of this function.  The fields are present, but blank.  (It seems that the data is not getting exported…)
    Please keep trying to help me!
    -Nancie

  • I keep getting an error when trying to update an app- cannot connect to store. I logged out from my account and tried to log back in and got the same error. I am doing all this from my phone since I no longer own a personal computer (only work)

    I keep getting an error when trying to update an app- cannot connect to store. I logged out from my account and tried to log back in and got the same error. I am doing all this from my phone since I no longer own a personal computer (only work) since I use iCloud and I tunes match

    YAY!!! Saved it in my Mac's Firefox Bookmarks for easy future access!
    Hope you are having a lovely afternoon today! I'm about ready to go bobo....I have an early meeting, and I don't want to oversleep! The nice part is that I work remotely, so I only have to wake up 15 minutes or so before the meeting.... I don't even use an alarm clock anymore (really, my iPhone alarm, which is much more pleasant), unless I have to get up at 6:30 or something....
    TMI?
    GB

Maybe you are looking for

  • Does the iPhone 5s scan thumb even when setting is turned off?

    Call me paranoid but I will not get my thumb scanned anywhere. I don't really trust that they won't sell the information anywhere or at least to the NSA. Does anyone know how the button works, the code? Can anyone confirm that the button does not sca

  • USB port power failure?

    I'm a user of Macbook Pro 13'' Early 2011, OS X Lion pre-installed. I'm having a tiny problem with my USB port located the nearest from the front. Everytime I freshly boot-up to either Mac OS X or Window with a pre-plugged optical mouse I cannot move

  • GATP Product allocation status report and backorder processing

    Dear Experts, We are using product allocation as the first and only step in GATP check. The scenario is like this: Sales order total quantity = 200 Planned allocation quantity=150 Thus Confirmed sales order quantity=150 Questions: 1.Now how can see t

  • Performance comparision between java and c++ in games (openGL)

    Hi everyone, I was working on java 3D and JOGL as part of my graphics openGL homework. Most of my classmates stuck to GLUT in c,c++ for programming stating that java is slow. I did attend a few seminars on java, java swing etc, they stated that java

  • Iphone to mac face time, help?

    my sister has the new iphone 4 but when she goes into the settings > phone .. "+face time+" doesnt appear there at all, also cant get face time to work with my mac. i downloaded the "+facetime for mac+" and when i try to connect to her it says "+...