Search:

Type: Posts; User: shukeri

Search: Search took 0.14 seconds.

  1. Replies
    6
    Views
    1,023

    Re: Help with my tutorial

    write a subclass name CalculateAreaImp for the following java interface:-

    public interface CalculateAreaInt {
    double calculateTriangleArea (double input);
    double calculateSquareArea (double...
  2. Replies
    6
    Views
    1,023

    Re: Help with my tutorial

    could anyone give some possible answer
  3. Replies
    6
    Views
    1,023

    Help with my tutorial

    hello..i'm new in java programming..can anyone help me with this question..write a subclass name CalculateAreaImp for the following java interface
    public interface CalculateAreaInt{
    double...
Results 1 to 3 of 3