-
Jun 2nd, 2006, 03:08 PM
#1
Inheriting properties
I have an abstract class which define a map type property which has some values (about two dozen entries). Then, I have four concrete classes that uses the same property but must add their own entries to the map (6-8) and override couple of super class entries.
If I define the same property in parent and child bean definition XML, will it complement parent class map or override it? I.e. do I need to repeat parent class entries for children or not?
I certainly can write a test for the case, but if someone knows the answer,
I'll appreciate it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules