top of page
Search
shubhangisingh453
Mar 28, 20239 min read
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...
4 views0 comments
shubhangisingh453
Mar 22, 20234 min read
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...
7 views0 comments
shubhangisingh453
Mar 22, 20236 min read
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...
3 views0 comments
shubhangisingh453
Mar 21, 20232 min read
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...
2 views0 comments
bottom of page