Java Why Does super() Cause Issues in Java Inheritance?

  • Thread starter Thread starter the other guy
  • Start date Start date
  • Tags Tags
    Java
AI Thread Summary
The discussion centers on a user new to Java who is trying to import properties from one file into another, specifically connecting an executable file to a subclass (subclass1) that inherits from a parent class (parentclass). The goal is for the subclass to override certain properties from the parent class to create unique functionality. The user expresses urgency in needing definitive answers rather than tips, emphasizing the importance of clear, concrete code examples and specific questions to receive useful guidance. Additionally, there is a suggestion that asking questions early in the process can prevent last-minute issues, as the user ultimately resolved a minor problem in their code.
the other guy
Messages
19
Reaction score
0
So, I'm new with the JAVA, and I am trying to import the properties of one file, into another. it looks like this-


the executible file will connect to a subclass file (called subclass1), but subclass1 is a subclass to another class file (parentclass)

the parent class will give details, and i want the subclass to override some of them, making ths subclass unique.

im in the 11th hour, id love if someone could for sure give me the answer and not tips since i really can't afford the time!
 
Technology news on Phys.org
Even if someone wanted to give you answers rather than just hints I'd say it must involve a great deal of luck if the answers are to useful for you because as far as I can see there are no specific questions to match the answers to.

However, I'm pretty sure that if you cite concrete code you have made and ask specific questions as to why it this or that doesn't work as you expect, you will get answers. And don't be afraid to ask questions early rather than wait until 11th hour where everything has to be rushed.
 
thats ok, i figured it out in the nick of time. silly problem with housekeeping turns out ;p
im going to keep those items in mind though.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
What percentage of programmers have learned to touch type? Have you? Do you think it's important, not just for programming, but for more-than-casual computer users generally? ChatGPT didn't have much on it ("Research indicates that less than 20% of people can touch type fluently, with many relying on the hunt-and-peck method for typing ."). 'Hunt-and-peck method' made me smile. It added, "For programmers, touch typing is a valuable skill that can enhance speed, accuracy, and focus. While...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...

Similar threads

Back
Top