Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 707 Bytes

File metadata and controls

10 lines (7 loc) · 707 Bytes

Dynamic-array (main branch)

This .java file contains java codes to create a Dynamic Array CRUD System from static array without using any existing (built-in) methods and classes like ArrayList, mathclass.... expect .length method to get the current array size. hope you find it well.

ooda (object oriented dynamic array) (without getting user input - using static array only) (ooda1 branch)

Real result:

image

Testing the same result for array references in dev mode:

image