Hi all,
I had a very very simple question about class.
If a class that does not contain "extends", it will be considered extends with Object class.
Is there any differnce (in usage) if the class is written with the "extends Object"?
e.g.
Thanks a lot!
SK