Q. What are the functions of the dot(.) operator? (Solved)
1. It enables you to access instance variables of any objects within a class
2. It enables you to store values in instance variables of an object
3. It is used to call object methods
4. All of above
- d. All of above