[java programming] Lab-1025

2009-09-01 Thread ricpaq
Why was ProductInterface extended in the following interface definition? package myonlineshopusinginterface; public interface BookInterface extends ProductInterface { public String getPublisher(); public void setPublisher(String publisher); public int getYearPublished(); public v

[java programming] Lab 1025

2009-07-22 Thread JKid314159
Re: Polymorphism   Dear Group Manager:   Is this link still up to date.  I am having trouble viewing it.  Says Page Not Found! http://liemur.com/Articles/PolymorphismAndJavaInterfaces.html Respects, JKid314159 http://existentialists.blogspot.com/ --~--~-~--~~~---

[java programming] Lab 1025 - Polymorphism - What's the homework?

2008-10-26 Thread Richard
Hi, the description for the homework says "The homework is to modify the MyOwnAutoShopProject you did as LAB-1023: Java Inheritance homework to use Java interface. Here I am going to call the new project MyOwnAutoShopUsingInterface. * The task you will have to do is something similar to the M

[java programming] Lab 1025 Broken Link & comment on R. Baldwin

2008-10-19 Thread dens1950
It appears as though the following link is broken.The Richard Baldwin tutorials have been very helpful... they really helped me understand polymorphism... I had a hard time getting back to the Passion page, a lot of good instruction in the Baldwin tutorials!Polymorphism ResourcesPolymorphism a

[java programming] LAB-1025 Ex.3 "super" question

2008-09-22 Thread Norman Ho
In this exercise, we are asked to create the ChildrenBook class with super constructor like this: /** Creates a new instance of ChildrenBook */ public ChildrenBook(double regularPrice, String publisher, int yearPublished, int age) { super(100, "Su

[java programming] LAB-1025 Polymorphism example error.

2008-09-22 Thread Norman Ho
There is an error in the MyOnlineShop project in the sample folder. The method computeSalePRice in the Book class should be named computeSalePrice for the exercise to work. norman. --~--~-~--~~~---~--~~ To post to this group, send email to javaprogrammingwithpass