what is object oriented concept
Answers
Answered by
1
Answer:
Object Oriented programming is a programming style which is associated with the concepts like class, object, Inheritance, Encapsulation, Abstraction, Polymorphism. ... An object-based application in Java is based on declaring classes, creating objects from them and interacting between these objects.
Answered by
0
Answer:
1)in oop the program is represented as an object
2) more importance is given to the data rather than the program
3) it follows bottom up approach
4) it provides an easy procedure to ads data and procedure to a program
5) it has some basic features like data hiding,polymorphism,inheritance data abstraction,encapsulation.........
Similar questions