Overriding or overloading?
Posted
by atch
on Stack Overflow
See other posts from Stack Overflow
or by atch
Published on 2010-03-31T11:45:34Z
Indexed on
2010/03/31
11:53 UTC
Read the original article
Hit count: 285
Guys I know this question is silly but just to make sure:
Having in my class method:
boolean equal(Document d)
{
//do something
}
I'm overloading this method nor overriding right? I know that this or similiar question will be on upcoming egzam and would be stupid to not get points for such a simple mistake;
© Stack Overflow or respective owner