๐ฅConnect: https://www.subham.online
๐ฅRepo: https://github.com/Subham-Maity/Object-Oriented-Programming-For-Beginners
๐ฅGitHub: https://github.com/Subham-Maity
๐ฅTwitter: https://twitter.com/TheSubhamMaity
๐ฅLinkedIn: https://www.linkedin.com/in/subham-xam
๐ฅInsta: https://www.instagram.com/subham_xam
โ Looking for the best notes on OOP concepts in JS? Hereโs one for you:
> "OOPS in JS - Ultimate" - Check This
I originally put these notes together back in college, so if youโre working through OOP concepts in Java, they might save you some time. Thought I'd share in case it helps anyone out feel free to check them out!
๐๐ฝ Extra Notes
โญ Revision and Quick Short Notes for Interview
๐ค Why Java Platform Independent
๐๐ฝ Start here
- ๐ Introduction to Object-Oriented Programming
- ๐งฐ Basic Terminologies
- ๐ ๏ธ Creating Our Own Java Class
- ๐ Chapter 1 - Question-Answer Practice Set
- ๐ Access Modifiers, Getters & Setters
- ๐จ Constructors in Java
- ๐ Chapter 2 - Question-Answer Practice Set
- ๐งฌ Inheritance Overview in Java
- ๐ Types of Inheritance
- ๐ Constructors in Inheritance
- ๐ Method & Method Overloading, Void Keyword
- ๐ธ Syntax of a method
- ๐ธ Method returns the sum of two numbers
- ๐ธ Calling a Method
- ๐ธ Process of method invocation
- ๐ธ Overloaded function foo
- ๐ธ Method overloading Type 1 - By changing the return type
- ๐ธ Method overloading Type 1 - By changing the number of arguments passed
- ๐ธ Can we overload java main() method
- ๐ธ Method Overloading and Type Promotion
- ๐ Static Keyword
- ๐ธ Java Static Variable
- ๐ธ With Static Variable
- ๐ธ Restriction on Static method
- ๐ธ Static Method
- ๐ธ Static block
- ๐ธ Static Class
- ๐ข Variable Arguments (VarArgs)
- ๐ this & super Keyword
- ๐ธ Without This Keyword
- ๐ธ With This Keyword
- ๐ธ Without Super Keyword
- ๐ธ With Super Keyword
- ๐งฉ Method Overriding
- ๐ธ Without Method Overridin
- ๐ธ With Method Overriding
- ๐ Overloading and Overriding
- ๐ Dynamic Method Dispatch
- ๐ Chapter 3 - Question-Answer Practice Set
- ๐งพ Quick One Question-Answer on Chapter 1, 2 & 3
- ๐ Abstract Class & Abstract Methods
- ๐๏ธ Introduction to Interfaces
- โ๏ธ Abstract Classes Vs Interfaces
- ๐ซ Why Multiple Inheritance is Not Supported in Java
- ๐ธ Try to implement Multiple Inheritance
- ๐ธ Multiple Inheritance Using Interface
- โ๏ธ Java Interfaces Example & Default Methods
- ๐๏ธ Inheritance in Interfaces
- ๐ Polymorphism Concept in Interfaces
- ๐ Chapter 4 - Question-Answer Practice Set
- ๐ College Level Q&A on Chapters 1, 2, 3 & 4
- ๐ ๏ธ Projects on Chapters 3 & 4 (Basic & Advance)
- ๐ป Interpreted vs Compiled Languages
- ๐ Is Java Interpreted or Compiled?
- โ๏ธ Java File Compilation Process
- ๐ฆ Packages in Java
- ๐ ๏ธ Creating a Custom Package
- ๐ Access Modifiers Experiment
- ๐ธ AccessModifier
- ๐ธ OutSidePackageExperiment
- ๐ธ OutSidePackageSubclassExperiment
- ๐ Chapter 5 - Question-Answer Practice Set
- ๐งพ Quick One Question-Answer on Chapter 5
-
- ๐ธ Converting int to Integer (Primitive to Wrapper)
- ๐ธ Converting Integer to int (Wrapper to Primitive)
- ๐ธ Autoboxing (Detailed Explanation)
- ๐ธ Unboxing (Detailed Explanation)
- ๐ธ Demonstrate Wrapping and Unwrapping
-
๐ Constructor Chaining in Java
- ๐ธ Using Super Keyword in Another Class
- ๐ธ Using This Keyword in the Same Class
-
๐ Private Constructors and Singleton Classes
- ๐ธ Using Private Constructors in Singleton Pattern
- ๐ธ Example
-
- ๐ธ Compile-time Polymorphism
- ๐ธ Run-time Polymorphism
-
๐ก๏ธ Encapsulation Idea
- ๐ธ Java Encapsulation
- ๐ธ Data Hiding
โ๏ธ Modifiers Types
Top comments (1)
For JS - dev.to/codexam/oops-in-js-ultimate...