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.
2363 Articles

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

Java – Exceptions

An exception (or exceptional event) is a problem that arises during the…

Taylor Emma

Java – Files and I/O

The java.io package contains nearly every class you might ever need to…

Taylor Emma

Java – Methods

A Java method is a collection of statements that are grouped together…

Taylor Emma

Java – Date and Time

Java provides the Date class available in java.util package, this class encapsulates the current date and…

Taylor Emma