Posts by Harshad Lukare

Author Biographical Info: Not available

Polymorphism in Java with examples

By Harshad Lukare

In this tutorial, we are going to learn polymorphism in Java. Polymorphism is one feature of object-oriented programming language (JAVA). The word polymorphism is made up of two wo.... Read More

Sum of First n Prime Numbers in Java

By Harshad Lukare

In this tutorial, we will be heading towards writing the Java program to find the Sum of first n Prime numbers. Before moving towards actually writing code first, let’s under.... Read More

Python map() function

By Harshad Lukare

Hi guys In this tutorial, we are going to learn what a map function does in python, The map is a built-in function in python. The map function (map() ), executes the specific funct.... Read More

Related Posts