-
class
Anonymous inner class
This is an example of how to use an anonymous inner class inside a class. In order to use an…
Read More » -
class
Anonymous class
In this example we shall show you how to use an anonymous class. To use an anonymous class we are using…
Read More » -
class
Abstract class example
With this example we are going to demonstrate how to create and use an abstract class. In short, we have…
Read More » -
class
Use the keyword this to call a constructor – Part 2
This is an example of how to use the keyword this to call a constructor of a class. Within an…
Read More » -
class
Use the keyword this to call a constructor
In this example we shall show you how to use the keyword this to call a constructor in a class.…
Read More » -
class
Simple use of the keyword this
With this example we are going to demonstrate how to use the keyword this. Within an instance method or a…
Read More » -
class
Reference to an inner class
This is an example of how to make a reference to an inner class. In order to make a reference to…
Read More » -
class
Inner class instance example
In this example we shall show you how to call an inner classe’s instance in a class. To call an inner…
Read More » -
class
Singleton Object example
With this example we are going to demonstrate how to create and use a Singleton class. The Singleton’s purpose is…
Read More » -
class
Protected Keyword
This is an example of how to use the protected keyword in a class. In order to use the protected keyword,…
Read More »