Low Level Design LLD SUPRA 1.0
course represented by The code help
Our instructors of LLD SUPRA 1.0
course are Love Babbar & Lakshay Kumar
In this repository, you will get each and every class's notes except basics of java
in the form of PDF
with good explanation
.
You can also join our Discord Channel
Console Busters to get the notes and help to each others by sharing our knowledge.
Please support on Youtube Channel
Console Busters via subscribe to watch our doubts and much more.
This section covers fundamental concepts and features of Java programming language.
# | Topic | Read Articles |
---|---|---|
1. | Introduction of Java | Link |
2. | Java Vs C++ | Link |
3. | Java program execution process | Link |
4. | JDK Vs JRE Vs JVM | Link |
5. | Write your first Java program | Link |
6. | Variables in Java | Link |
7. | Data types in Java | Link |
8. | Type conversion in Java | Link |
9. | Operators in Java | Link |
10. | Taking input in Java | Link |
11. | Java garbage collection | Link |
12. | Conditional statements | Link |
13. | Loop statements | Link |
14. | Arrays in Java | Link 1 Link 2 |
15. | Methods in Java | Link 1 Link 2 |
16. | Strings in Java | Link |
17. | Exception handling in Java | Link |
18. | Wrapper classes in Java | Link |
19. | Collections Framework in Java | Link |
This section covers Object Oriented Programming concepts in Java.
# | Topic | Subtopics | Read Articles |
---|---|---|---|
1. | Introduction to OOPS | Show Subtopics
|
Link |
2. | How to create a class and object in Java | Show Subtopics
|
Link |
3. | Encapsulation in Java | Show Subtopics
|
Link |
4. | Inheritance in Java | Show Subtopics
|
Link |
5. | Polymorphism in Java | Show Subtopics
|
Link |
6. | Abstraction in Java | Show Subtopics
|
Link |
This section covers topics related to Object-Oriented Analysis and Design in Java.
Topic | PDF NOTES | Read Articles |
---|---|---|
1. What is OOAD & Why OOAD? | Link | Link |
2. Introduction To UML | Link | Link |
3. UML Basic Notations | Link | Link |
4. Types of UML Diagram | Link | Link |
5. UML Use Case Diagram | Link | Link |
6. UML Class Diagram | Link | Link |
7. UML Sequence Diagram | Link | Link |
8. UML Activity Diagram | Link | Link |
Topic | PDF NOTES | Read Articles |
---|---|---|
1. What is SOLID Principles? | Link | Link |
2. Single Responsibility Principle (SRP) | Link | Link |
3. Open-Closed Principle (OCP) | Link | Link |
4. Liskov Substitution Principle (LSP) | Link | Link |
5. Interface Segregation Principle (ISP) | Link | Link |
6. Dependency Inversion Principle (DIP) | Link | Link |