Advertisements
Advertisements
प्रश्न
State True or False. Correct the false statement.
Those data which are declared in a method are called member data.
चूक किंवा बरोबर
Advertisements
उत्तर
This statement is false.
Explanation:
- Member Data: Variables declared directly inside the class body but outside any method. They are accessible by all methods within that class.
- Local Variables: Variables declared inside a specific method. They are temporary and can only be accessed within that specific method.
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
