core java get started Core java logic building interfaces java Java Interfaces Simplified Shaunak Jagtap 01:20 1 Comment Shaunak Jagtap Java Interfaces Why we need Java Interfaces ? 1. As an alternative to multiple inheritance. 2. Allows complete loosely coupled archit... Read More
core java get started java Polymorphism Polymorphism rules in Java JAVA Polymorphism Simplified: Shaunak Jagtap 01:04 Add Comment Shaunak Jagtap Polymorphism in Java : Defination of Polymorphism: one functionality with multiple (changing) forms , static & compile time with ear... Read More
core java get started Core java logic building inheritance java Java Inheritance Simplified Shaunak Jagtap 00:30 Add Comment Shaunak Jagtap Inheritance in Java: In OOP, we often organize classes in hierarchy to avoid duplication and reduce redundancy. The classes in the lower ... Read More
core java get started Core java logic building java CORE JAVA Point2D PROGRAM Shaunak Jagtap 21:19 Add Comment Shaunak Jagtap Problem Statement: Create Java Application for the following . Create Point class Point2D in package "geom" : for representing a... Read More
core java get started java CORE JAVA 30 BASIC LOGIC BUILDING PROGRAMS (SET 2) FOR GETTING STARTED Shaunak Jagtap 21:06 Add Comment Shaunak Jagtap listing 1 // Demonstrate if-else-if statements. class IfElse { public static void main(String args[]) { int month = 4; // April ... Read More