what is object oriented programming in java
Answers
Answered by
8
Short note on OOPS:
= > It is a programming paradigm, which uses objects as core components.
= > It allows users to create objects and then create methods to handle those objects.
= > The object oriented programming enhances modularity.
= > Some major principles of OOPS are: Polymorphism, Encapsulation, Abstraction, Inheritance.
lovescience:
thank u very much
Similar questions