Day 151/365 [Learning Full stack]

Day 151/365 [Learning Full stack]
Today's progress: Learned about javascript array (variable which can holds more than 1 value). Methods of arrays. Practise questions related to array for better understanding. Started getting some res...
0 Read More

What is polymorphism in Java OOP?

Polymorphism is one of the core concepts of Object-Oriented Programming (OOP) in Java. The term "polymorphism" is derived from the Greek words poly (many) and morph (form), meaning "many forms." In th...
0 Read More