Advertisements
Advertisements
Question
State True or False. Correct the false statement.
Those data which are declared in a method are called member data.
True or False
Advertisements
Solution
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
Is there an error in this question or solution?
