Posts

Inheritance - Object-oriented programming (Parent-Child)

Image
                                                                                                                             https://www.facebook.com/techaddaa/   Hey Friends,  This is third post in  core java concepts blog. This series is specially designed for beginners to help them in their learning. Introduction -   There are many concepts like Classes, Object,  Polymorphism, Inheritance etc. As concluded in second post, here we will explore important concept called "inheritance" and learn types of  inheritance , it's advantages along with implementation in java language. This concept ...

Polymorphism Part 1 (Compile Time Polymorphism)

Image
                                                                                             https://www.facebook.com/techaddaa/   Hello Friends,  This is second post in  core java concepts blog. This series is specially designed for beginners to help them in their learning. Introduction -   There are many concepts like Classes, Object,  Polymorphism, Inheritance etc. Here we will explore polymorphism and learn types of polymorphism, it s'advantages along with implementation in java language.                           Prerequisite - https://oopsconceptsjava.blogspot.com/2020/08/classobjects.html   Zeal for learning. What is...