Advertisements
Advertisements
प्रश्न
A constructor is a member methods of a class.
पर्याय
True
False
MCQ
चूक किंवा बरोबर
उत्तर
This statement is True.
Explanation:
While constructors and methods are conceptually different, they are nonetheless considered members of a class in Java. They belong to the class and are used to set up objects. In a broader sense, constructors might be considered member functions because they are declared within the class and have a part in initializing the class's state.
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?