Understanding Object class

Object class is a super class of all class in Java. All inheritance hierarchies starts from Object class followed by other class. Consider example class Shape as parent class of Rectangle and Circle class, in that case Object class is parent or super class of Shape class hence Rectangle and Circle class not only get […]
 •  0 comments  •  flag
Share on Twitter
Published on January 06, 2017 00:17
No comments have been added yet.