Search:

Type: Posts; User: chaitra1987

Search: Search took 0.06 seconds.

  1. Re: How to avoid a constructor of class A be extended to Class B?

    Yes sir i hav put Callo class in Callo.java file n i compiled it. Am a beginner n am unable to figure out y it wont compile.
  2. Re: How to avoid a constructor of class A be extended to Class B?

    ok ..Guyz i took you were suggestion and modified the code as following:

    *****************************************************
    public abstract class Zee{
    Zee(int x)
    {System.out.print("Zee 's...
  3. How to avoid a constructor of class A be extended to Class B?

    Abstract Class A{
    A(int)
    {
    }
    }


    Class B extends A{
Results 1 to 3 of 3