Category Archives: java

Java Note

§OO •overriding methods can not have more restrictive access modifier •overriding methods can throw narrower or fewer exceptions •overloaded methods can change return typs •overridding methods can not •constructors -this(): invoke constructor -first line in constructor must be super() or … Continue reading

Posted in java | Leave a comment