Java – Collections Framework
Prior to Java 2, Java provided ad hoc classes such as Dictionary, Vector,…
Java – Data Structures
The data structures provided by the Java utility package are very powerful…
Java – Encapsulation
Encapsulation is one of the four fundamental OOP concepts. The other three are…
Java – Abstraction
As per dictionary, abstraction is the quality of dealing with ideas rather than events.…
Java – Overriding
In the previous chapter, we talked about superclasses and subclasses. If a…
Java – Inheritance
Inheritance can be defined as the process where one class acquires the…
Java – Inner classes
In this chapter, we will discuss inner classes of Java. Nested Classes…


