This blog will focus on Object Oriented Programming concepts like Inheritance, Polymorphism and writing Packages, Interfaces and Abstract classes in Java. Packages Packages make a project organized. It creates a level of security by letting only the classes within that package have access, and it also provides name-scoping. Some of them we have already come … Continue reading Java For Python Developers 2 – OOP
Java for Python Developers
Java for Python Developers 1 – Basics
The intention of this blog is to talk about the similarities and differences between Python and Java. This will be a series of blogposts, this being the first. Through this blog I plan to help myself and other Python developers learn Java easily by relating it to similar concepts in Python. The focus of this … Continue reading Java for Python Developers 1 – Basics