Re: Concern about overriding methods

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Brian Gideon (briangideon_at_yahoo.com)
Date: 02/28/05


Date: 28 Feb 2005 12:35:36 -0800

Jack,

Int32 and int are the same thing.

Brian

Jack Addington wrote:
>
> [...]
>
> In an descendent class I am typing in override and selecting the
> method from the autoText. When it builds the shell for the method
> it is changing the Int32 to an int ie)
>
> [...]
>
> thx



Relevant Pages

  • Re: recommendations to hold data
    ... Now,at the moment I am working on the 'main' GUI window. ... private int rows; ... MatrixModel(int rows, int cols) { ...
    (comp.lang.java.gui)
  • Re: recommendations to hold data
    ... I'm purposely giving these concepts names that a Java interface might ... private int rows; ... MatrixModel(int rows, int cols) { ...
    (comp.lang.java.gui)
  • RE: Read Serial Ports With Visual Basic .NET 2003
    ... > hCommDev, ref DCB lpDCB); ... > hFile, Int32 dwInQueue, Int32 dwOutQueue); ... > SetCommTimeouts(Int32 hFile, ref COMMTIMEOUTS lpCommTimeouts); ... > ByteBuffer, int nNumberOfBytesToWrite, ref int lpNumberOfBytesWritten, ref ...
    (microsoft.public.dotnet.framework.remoting)
  • RE: Pinvoke question: Am I causing this stack overflow?
    ... garbage collected after the InitProcessor call returns.) ... // BOOL maps to Booean (or Int32) ... // int maps to Int32 ... }//namespace TableProcessorFacade ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: JTables and dynamically adding data
    ... private MultiplyModel model = new MultiplyModel; ... public void actionPerformed{ ... private static final int ROWS = 12; ...
    (comp.lang.java.programmer)