top of page
Search

Exploring Entity Relationship (ER) Diagram Model in Database Management Systems (DBMS)
📙 Definition An ER diagram (Entity Relationship Diagram) is a graphical representation of entities, attributes, and relationships in a...
shubhangisingh453
Mar 28, 20239 min read
4 views
0 comments

Important Java Classes everyone should know
📗 Anonymous classes Java anonymous classes are a way to create a one-time-use class that extends a class or implements an interface...
shubhangisingh453
Mar 22, 20234 min read
7 views
0 comments

Understanding Method Overriding and the use of super Keyword in Java
📗 Method Overriding in Java Method overriding is a feature of Java inheritance that allows a subclass to provide its own implementation...
shubhangisingh453
Mar 22, 20236 min read
3 views
0 comments

Mastering Object-Oriented Programming: : Feature/characteristics of OOPs.
Object-Oriented Programming (OOP) is a programming paradigm that has become increasingly popular in recent years. Many companies use OOP...
shubhangisingh453
Mar 21, 20232 min read
2 views
0 comments
bottom of page