Mitali sahuwhat-is-oops.hashnode.dev·Dec 4, 2024What is typecasting in javaType is the process of conversion of variable from one data type to another data type. We have mainly two type of type casting i.e. Implicit typecasting and explicit typecasting. The implicit typecasting is done automatically by the compiler to conve...Java
Sravya Talabathulasrisravya.hashnode.dev·Nov 28, 2024Java Inheritance Explained: A Beginner's Guide to OOP ConceptsWhat is OOPs? OOP stands for object oriented programming it is a programming paradigm based on the concept of objects. In this anything is treated as an object. Java is one of the programing language which uses object oriented programming. Why we use...1 likeJava
Saima Siddiquisaima-.hashnode.dev·Jul 21, 2024A Complete Guide to Java OOP ConceptsIntroduction Object-oriented programming (OOP) is a paradigm where objects contain data (fields or properties) and code (methods), and this post focuses on Java, a widely used OOP language among others like Python, C++, and C#. Classes and Objects in...2 likesJava
Ajibade Emmanuelajy.hashnode.dev·Dec 18, 2023Object Oriented Programming in its simplest form4 years ago, when I got newly introduced to the Object-Oriented Programming, I just couldn't get my head around it. The problem was I was relatively new to Programming in general, so I find it difficult to understand those terms that were used to exp...29 readsoop in java
Arunesh Dwivedikushald.hashnode.dev·Apr 4, 2023🌟 Mastering Object-Oriented Programming in Java: A Friendly Guide! ☕Hello there! 👋 Are you ready to dive into the fascinating world of Object-Oriented Programming (OOP) in Java? Whether you're a beginner or looking to brush up your skills, this guide will walk you through the core concepts of OOP in a fun and easy-t...74 readsObject Oriented Programming