If a member needs to have unique value for all the objects of that same class, declare the member as
Options
- Global variable outside class
- Local variable inside constructor
- Static variable inside class
- Dynamic variable inside class
CORRECT ANSWER : Local variable inside constructor
Write your comments