C4learn - Understand Classes in Java
C4learn - Understand Classes in Java
In this
tutorial we are going to learn actual programmatic implementation of
Class using Java. Firstly read below document carefully and then
follow steps given at the end of article in order too run it on your
system.
Table of content [hide]
o
o
o
Output :
C:Priteshjava>java RectangleDemo
Area is 200.0
[336280]
2. Creation of Object
Rectangle myrect = new Rectangle();