Functions of the dot(.) operator
Options
- It enables you to access instance variables of any objects within a class
- It enables you to store values in instance variables of an object
- It is used to call object methods
- It is to create a new object
- a,b and c
CORRECT ANSWER : a,b and c
Write your comments