8000 added content · JavaK2/JavaNotes@31e3966 · GitHub
[go: up one dir, main page]

Skip to content

Commit 31e3966

Browse files
author
Ram swaroop
committed
added content
1 parent 04802ea commit 31e3966

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_posts/2015-08-20-nested-classes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,12 +278,12 @@ associated instance of the enclosing class. If you're in a `static` method, ther
278278

279279
Inner class declared without any class name at all is known as __Anonymous Inner Class__. These can be seen as two types:
280280

281-
**I. Plain/Normal Anonymous Inner Class**
282-
**II. Argument Defined Anonymous Inner Class**
281+
* Plain/Normal Anonymous Inner Class
282+
* Argument Defined Anonymous Inner Class
283283

284-
**I. Plain/Normal Anonymous Inner Class also comes in two flavors:**
284+
**Plain/Normal Anonymous Inner Class also comes in two flavors:**
285285

286-
a. Flavor 1:
286+
* Flavor 1:
287287

288288
{% highlight java linenos %}
289289
class Popcorn {

0 commit comments

Comments
 (0)
0