Taylor Emma

A senior editor for The Mars that left the company to join the team of SenseCentral as a news editor and content creator. An artist by nature who enjoys video games, guitars, action figures, cooking, painting, drawing and good music.
2477 Articles

Java – Collections Framework

Prior to Java 2, Java provided ad hoc classes such as Dictionary, Vector,…

Taylor Emma

Java – Data Structures

The data structures provided by the Java utility package are very powerful…

Taylor Emma

Java – Packages

Packages are used in Java in order to prevent naming conflicts, to…

Taylor Emma

Java – Interfaces

An interface is a reference type in Java. It is similar to…

Taylor Emma

Java – Encapsulation

Encapsulation is one of the four fundamental OOP concepts. The other three are…

Taylor Emma

Java – Abstraction

As per dictionary, abstraction is the quality of dealing with ideas rather than events.…

Taylor Emma

Java – Polymorphism

Polymorphism is the ability of an object to take on many forms.…

Taylor Emma

Java – Overriding

In the previous chapter, we talked about superclasses and subclasses. If a…

Taylor Emma

Java – Inheritance

Inheritance can be defined as the process where one class acquires the…

Taylor Emma

Java – Inner classes

In this chapter, we will discuss inner classes of Java. Nested Classes…

Taylor Emma