Search:

Type: Posts; User: larryanotherwall

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    1,147

    Re: Class Driver help

    I think that in programming approach you need first write the logic of your application, in separate class, and then think on how the user can interact with your application.
  2. Re: inheritance problem with references

    1) A a=new B()
    With A a=new B() you can access overrided method show but not show1 method, this method is accessible only from class B instances and also your LOCAL (Class A) variable k
    Inside B...
Results 1 to 2 of 2