We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9599e1 commit fbfeb05Copy full SHA for fbfeb05
44.Chapter_9_Practice_Set/README.md
@@ -0,0 +1,7 @@
1
+# Java Tutorial: Exercise on Access Modifiers and Constructors
2
+
3
+1. create a class cylinder and use getter and setters to set its radius and height
4
+2. use ➊ to calculate surface and volume of the cylinder
5
+3. Use a constructor and repeat ➊
6
+4. Overload a constructor used to initialize a rectangle of length and breath 5 for using custom parameters
7
+5. Repeat ➊ for a sphere
0 commit comments