Content deleted Content added
No edit summary |
|||
Line 148:
<pre>
new point { # Create new object from the Point class
x=10 y=20 z=30 # Set the object attributes
print() # Call the print() method
|
No edit summary |
|||
Line 148:
<pre>
new point { # Create new object from the Point class
x=10 y=20 z=30 # Set the object attributes
print() # Call the print() method
|