Computer Science, asked by lovescience, 1 year ago

what is object oriented programming in java

Answers

Answered by siddhartharao77
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
siddhartharao77: is it helpful
lovescience: yes very much sir
siddhartharao77: ok. thank u
Similar questions