Java #10 - Introduction to OOP
What is object-oriented programming?
It is a programming language model for software design that revolves around objects rather than logic.
It is based on an object which consists of
state (data or fields)
behavior (methods)
An object-oriented p...
subodhsingh.hashnode.dev3 min read