OOPS in JAVA - Ultimate
๐ฅ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
๐งฐ Basic Terminologies
๐ ๏ธ Creating Our Own Java Class
๐จ Constructors in Java
๐ Types of Inheritance
๐ธ 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
๐ธ Without This Keyword
๐ธ With This Keyword
๐ธ Without Super Keyword
๐ธ With Super Keyword
- ๐งฉ Method Overriding
๐ธ Without Method Overridin
๐ธ With Method Overriding
๐๏ธ Introduction to Interfaces
๐ธ Try to implement Multiple Inheritance
๐ธ Multiple Inheritance Using Interface
๐๏ธ Inheritance in Interfaces
๐ฆ Packages in Java
๐ ๏ธ Creating a Custom Package
๐ธ AccessModifier
๐ธ OutSidePackageExperiment
๐ธ OutSidePackageSubclassExperiment
๐ธ Converting int to Integer (Primitive to Wrapper)
๐ธ Converting Integer to int (Wrapper to Primitive)
๐ธ Autoboxing (Detailed Explanation)
๐ธ Unboxing (Detailed Explanation)
๐ธ Demonstrate Wrapping and Unwrapping
๐ธ Using Super Keyword in Another Class
๐ธ Using This Keyword in the Same Class
๐ธ Using Private Constructors in Singleton Pattern
๐ธ Example
๐ธ Compile-time Polymorphism
๐ธ Run-time Polymorphism
- ๐ก๏ธ Encapsulation Idea
๐ธ Java Encapsulation
๐ธ Data Hiding
โ๏ธ Modifiers Types
Subscribe to my newsletter
Read articles from Subham directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by