Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
Java
9.4K+ articles
Software Engineering
2.3K+ articles
Java Programs
1.5K+ articles
System Design
1.1K+ articles
Design Pattern
199+ articles
Java-Classes
79+ articles
Java-Object Oriented
60+ articles
Java-Class and Object
28+ articles
Java 19
6+ articles
Class and Object
7 posts
Recent Articles
Popular Articles
Classes and Object in Programming
Last Updated: 24 March 2026
In Data Structures, programs often work with complex data and operations that need to be organized efficiently. Object-Oriented Programming concepts like classes and objec...
read more
DSA
Class and Object
Mutable and Immutable Objects in Java
Last Updated: 23 July 2025
Java is a popular object-oriented programming (OOP) language and it's code design revolves around it's objects and their manipulation. One of the key concepts in this OOP ...
read more
Java
Java Programs
Java-Object Oriented
Class and Object
Java-Class and Object
Java-Classes
Java 19
How to read properties of an Object in JavaScript ?
Last Updated: 23 July 2025
Objects in JavaScript, it is the most important data type and forms the building blocks for modern JavaScript. These objects are quite different from JavaScript’s primitiv...
read more
JavaScript
Web Technologies
Picked
Class and Object
JavaScript-Questions
Difference Between Object And Class
Last Updated: 21 January 2026
In Java, classes and objects are core concepts of Object-Oriented Programming (OOP). Understanding the difference between them is essential for writing structured and reus...
read more
Java
Class and Object
Design Classes
Last Updated: 23 July 2025
The Requirements Model defines a set of analysis classes. Each describes some element of the problem domain, focus on an aspect of the problem that is visible. The level o...
read more
Software Engineering
Class and Object
Understanding Classes and Objects in Java
Last Updated: 11 July 2025
The term Object-Oriented explains the concept of organizing the software as a combination of different types of objects that incorporate both data and behavior. Hence, ...
read more
Misc
Java
Picked
Class and Object
Java-Class and Object
Dependency Inversion Principle
Last Updated: 21 January 2026
The Dependency Inversion Principle (DIP) is a key SOLID principle that reduces tight coupling between classes. It encourages high-level modules to depend on abstractions r...
read more
Design Pattern
System Design
Class and Object