Task:
- Create a class Called Player
- Have main method in it.
- Inside main method, create an instance(object) called 'dhoni'.
- Using 'dhoni' reference, call a method called 'batting(30)'
- From batting, return 100
- Store returned value as score.
- Print returned value in main method.
CODE:
Output:
Top comments (0)