OOPs Basics
What is OOP ?
Object Oriented Programming (OOP) is a programming paradigm centered on objects that represent real world entities.
OOP focuses on data , or objects , rather than functions and logic
Objects and Classes
Objects : Represent real wor...
javaforinterview.hashnode.dev7 min read