Python Global Keyword

2021 VietMX 0

In this article, you’ll learn about the global keyword, global variable and when to use global keywords. Before reading this article, make sure you have […]

Java 14 Record Keyword

2021 VietMX 0

1. Introduction Passing immutable data between objects is one of the most common, but mundane tasks in many Java applications. Prior to Java 14, this […]

The “final” Keyword in Java

2021 VietMX 0

1. Overview While inheritance enables us to reuse existing code, sometimes we do need to set limitations on extensibility for various reasons; the final keyword allows us to do […]