Berkeley CSUA MOTD:Entry 20282
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/04/04 [General] UID:1000 Activity:popular
4/4     

2001/1/10-11 [Computer/SW/Languages/Java] UID:20282 Activity:high
1/9     Alright, so why does Java have both "abstract" and "interface"?
        Isn't that redundant?
        \_ Java is doomed.  Don't get too into it.
        \_ no. interfaces can't contain implementation.  train harder.
           \_ you too must train harder.  abstract methods also don't
              contain implementation.  train even harder.
              \_ if you think the q refers to the method qualifier, you suck.
              \_ you also must train harder. you can have 1 method abstract and
                 implement other methods still making the entire class abstract
                 which means you can't instantiate it. Interfaces require
                 all methods abstract and thus no implementation at all.
        \_ abstract modifies classes.  it's useful if you want to
           extend a superclass that does have some methods predefined,
           in addition to some undefined/abstract methods.
           whereas, interfaces cannot have any methods predefined.
           Or, you only partially implement an interface, leaving some
           methods undefined.
        \_ And now, finally, the right answer: in Java, you can not have
           multiple superclasses (abstract or not), but you can have
           several superinterfaces.  Interfaces are Java's way of doing
           multiple inheritance while avoiding the virtual base class
           mess of C++.  There are problems with Java's approach, but
           it works most of the time.
           \_ this is factually correct but is not the right answer because
              it does not address the question.  the other reponses do.  dork.
              \_ Well...  How do the previous responses address the difference
                 between abstract class foo { abstract int bar(); } and
                 interface foo { int bar(); } ?  Multiple inheritance
                 is the *only* thing that you can do with interfaces and
                 can't do with abstract classes -- therefore the only reason
                 "interface" is not redundant.  So either you have no clue or
                 you are a dork -- pick at least one.
              \_ Who cares?  It's a still-born language.
                \_right, with hundred of millions of dollars of engineering
                efforts using it. by comparison, you're stillborn.
                 \_ "Everyone else is using Win95 so it must be good!"
                        \_it's an argument proving it's not stillborn,
                        not that it's a good language. (which it is,
                        for some purposes)
        \_ why can't motd posters use intelligent, logical rhetoric instead of
           meaningless personal attacks? dumb fucks.
           \_ shut up, ilya.
2025/04/04 [General] UID:1000 Activity:popular
4/4     

You may also be interested in these entries...
2013/4/29-5/18 [Computer/SW/Languages/C_Cplusplus, Computer/SW/Compilers] UID:54665 Activity:nil
4/29    Why were C and Java designed to require "break;" statements for a
        "case" section to terminate rather than falling-through to the next
        section?  99% of the time poeple want a "case" section to terminate.
        In fact some compilers issue warning if there is no "break;" statement
        in a "case" section.  Why not just design the languages to have
        termination as the default behavior, and provide a "fallthru;"
	...
2013/5/1-18 [Computer/SW/Languages/Java, Computer/Theory] UID:54669 Activity:nil
5/1     What's the difference between CS and Computer Engineering?
        http://holykaw.alltop.com/top-ten-paying-degrees-for-college-graduates
        \_ One is science and the other is engineering.
        \_ From http://en.wikiquote.org/wiki/Computer_science
           'A folkloric quotation ... states that "computer science is no more
           about computers than astronomy is about telescopes."  The design
	...
2013/3/5-26 [Computer/SW/Languages/Java] UID:54618 Activity:nil
3/5     Three emergency Java updates in a month. Why do I have a feeling
        that the third one won't be the last one?
        \_ Bingo!
	...
2012/12/18-2013/1/24 [Computer/SW/Languages/Perl] UID:54561 Activity:nil
12/18   Happy 25th birthday Perl, and FUCK YOU Larry Wall for fucking up
        the computer science formalism that sets back compilers development
        back for at least a decade:
        http://techcrunch.com/2012/12/18/print-happy-25th-birthday-perl
        \_ I tried to learn Perl but was scared away by it.  Maybe scripting
           lanauages have to be like that in order to work well?
	...
2012/12/4-18 [Computer/SW/Languages/Java] UID:54544 Activity:nil
12/4    Holy cow, everyone around me in Silicon Valley is way beyond
        middle class according to Chinni's definition:
        http://en.wikipedia.org/wiki/American_middle_class
        \_ Let's set our goals higher:
           http://en.wikipedia.org/wiki/Upper_middle_class_in_the_United_States
           \_ How about this one?
	...
2012/10/29-12/4 [Science/Disaster, Computer/SW/Languages/Java, Politics/Domestic/President/Bush] UID:54516 Activity:nil
10/29   Go Away Sandy.
        \_ Sorry, Coursera is performing preventive maintenance for this
           class site ahead of Hurricane Sandy. Please check back in 15 minutes.
           class site ahead of Hurricane Sandy. Please check back in 15
           minutes.
        \_ Bitch.
	...