Valid PDI Dumps shared by EduDump.com for Helping Passing PDI Exam! EduDump.com now offer the newest PDI exam dumps, the EduDump.com PDI exam questions have been updated and answers have been corrected get the newest EduDump.com PDI dumps with Test Engine here:
Access PDI Dumps Premium Version
(187 Q&As Dumps, 35%OFF Special Discount Code: freecram)
Recent Comments (The most recent comments are at the top.)
A and B are the correct answers, an inner class can only have one level of inner class. A very sneaky question, got me having to look and research.
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_defining.htm
I believe the answer is A and D. You can have multiple levels of inner classes.
A & B are correct
Actually, the only correct answer is A. You must specify access modifier for outer class, though it's inner by default for inner class.
AB correct. Interfaces do not have access modifiers, they are global by default.