Home > Back-end >  Java interview is a strange question
Java interview is a strange question

Time:09-25

The interview said that defines two classes in the spring. A, b
A is the parent class, b is a subclass, how to inject the superclass
Into the parent class is not the way like into other classes?
Excuse me, what is what want to ask or ask a question?

CodePudding user response:

He may be asked you subclass use the parent attribute into the parent class, and other common property TAB injection
  • Related