Search:

Type: Posts; User: Json

Search: Search took 0.07 seconds.

  1. Replies
    14
    Views
    17,865

    Sticky: Re: General CS concepts

    To clarify some points above I here have two classes which will look really stupid.

    Both of them are valid syntax and they show that you can use certain symbols as variable names as well as class...
  2. Replies
    14
    Views
    17,865

    Sticky: Re: General CS concepts

    Another note to interfaces.

    When you have an interface declared like this.



    public interface Doable
    {
    int myInt = 10;
    boolean canDoIt1();
Results 1 to 2 of 2