learning共141篇
Java OOP: Week 2 - The OOP Adventure Continues-拾光赋

Java OOP: Week 2 – The OOP Adventure Continues

Java OOP: Week 2 - The OOP Adventure Continues,In my first week I mentioned general topics about OOP, where I was able to learn quite a bit about these topics in a short amount of ...
kity的头像-拾光赋kity2天前
0339
Java Comparator vs Comparable Guide with Example-拾光赋

Java Comparator vs Comparable Guide with Example

Java Comparator vs Comparable Guide with Example,Imagine you’re a Java programmer and your task is sorting. Well, you’re in luck because Java has not one but two sorting superher...
kity的头像-拾光赋kity2天前
0335
Day 8 - Datatype-拾光赋

Day 8 – Datatype

Day 8 - Datatype,What is Datatype? --> Data types specify the different sizes and values that can be stored in the variable. --> Java is a statically-typed programming langua...
kity的头像-拾光赋kity3天前
0496
Interface và Abstract class-拾光赋

Interface và Abstract class

Interface và Abstract class,Xin chào mọi người! Hôm nay, ở bài học hôm nay, chúng ta sẽ nói về một chủ đề rất thú vị trong lập trình hướng đối tượng. ...
kity的头像-拾光赋kity9天前
0455
Introduce Object Orientation-拾光赋

Introduce Object Orientation

Introduce Object Orientation,Trong chương này, chúng ta sẽ tìm hiểu về Object Orientation (OO) và khám phá những lợi ích mà nó mang lại trong quá trình phát tri...
kity的头像-拾光赋kity16天前
03714
what is inheritance ?-拾光赋

what is inheritance ?

what is inheritance ?,Inheritance in java is a real world relationship Inheritance in java is mechanism that allow a class to inherit the property and behavior of another class. th...
kity的头像-拾光赋kity16天前
0275
What is constructor?-拾光赋

What is constructor?

What is constructor?,In java a constructor is a special method that creates and initialize object of a class. 原文链接:What is constructor?
kity的头像-拾光赋kity16天前
0256
Understanding Java Inheritance: A Friendly Guide-拾光赋

Understanding Java Inheritance: A Friendly Guide

Understanding Java Inheritance: A Friendly Guide ,Hey there, fellow developers! In our Java learning journey, we last explored Encapsulation (check it out here: Understanding Encap...
kity的头像-拾光赋kity17天前
0325
Datatypes-拾光赋

Datatypes

Datatypes,Java is statically typed and also a strongly typed language because, in Java, each type of data (such as integer, character, hexadecimal, packed decimal, and so forth) is...
kity的头像-拾光赋kity18天前
04314
Objects-拾光赋

Objects

Objects,1. Object An object in Java is a basic unit of Object-Oriented Programming and represents real-life entities. Objects are the instances of a class that are created to use t...
kity的头像-拾光赋kity18天前
02315
Hierarchical inheritance in Java-拾光赋

Hierarchical inheritance in Java

Hierarchical inheritance in Java,Hierarchical inheritance in Java is a type of inheritance Where a single parent class is extended by multiple child classes. Each child class inher...
kity的头像-拾光赋kity21天前
03015
Understanding Encapsulation in Java: A Friendly Guide-拾光赋

Understanding Encapsulation in Java: A Friendly Guide

Understanding Encapsulation in Java: A Friendly Guide,Hello, Coders! Thank you for being with in this this journey of learning Java whereby we share the knowledge, last time we dis...
kity的头像-拾光赋kity23天前
0257