java - BlueJ: Creating an Object using another Object/Class -


so want sort of quick process initialize objects using different class.

so need method makes objects if click on

new [class name] 

when right click class of object.

i tried best using [class] [objectname] = new [class]() - method

e.g.

bicycle mountainbike = new bicycle() 

but nothing pops , can't use methods object tried create (console).

also: have put method?


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -