954,536 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Inheritance through folders

I am having some trouble on inheritance in java. I am just testing how it works. I have a file that produces a random number in a folder called number. I have a file that calls the RandomNumber code that is in the main folder. I am wondering how I could link the Program to get the number in the folder.

sirlink99
Practically a Master Poster
661 posts since Oct 2010
Reputation Points: 45
Solved Threads: 19
 

Your question does not really make sense

I have a file that produces a random number in a folder called number.
How can a file produces random number ?
A file is data storage on a media. It does not generate anything.
A program does.

I have a file that calls the RandomNumber code that is in the main folder.
Same reply.

I am wondering how I could link the Program to get the number in the folder.
Which program ? Reading which file(s) ?

pbl
Junior Poster
121 posts since Dec 2010
Reputation Points: 32
Solved Threads: 20
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: