this is for a assignment, and one of the tasks is to create a abstraction of a array, does it mean that i am declaring a array that's abstract here, if so how would i declare it
private abstract Array<TYPE> Disk = new Array<TYPE>()
? something like that? or is it impossible to create a abstract array and its talking about making a class abstract and inserting a array in that class
// Build an abstraction of an array of integers on disk. If the file exists, * it should be opened and its length calculated (size parameter is ignored). * If the file doesn't exist, it should be created and size zeros should be * written to the file. ^^ goal here
please don't answer or give me any code, other than a yes or no to declaring that array and wether it would work
The given input is a bit sparse, so I can only guess what to do.
An abstraction can be interpreted in multiple ways.
or, as I would argue:
So In my opinion, you have to create a class having the asked operations, and implement some store/load methods, and return the appropriate results.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With