106
GB
What is a database wrapper class?
IN
डेटाबेस रैपर क्लास क्या है?
A
add final modifier to the class declaration
वर्ग घोषणा में अंतिम संशोधक जोड़ें
B
add private or protected modifier to the constructor declaration
कंस्ट्रक्टर घोषणा में निजी या संरक्षित संशोधक जोड़ें
C
introduce a static getter method for the singleton instance
सिंगलटन उदाहरण के लिए एक स्थिर गेटर विधि पेश करें
D
all of above
उपरोक्त सभी
✅ Correct Answer: