Computer Science, asked by Preetbrar1395, 1 year ago

How are data and methods organized in object oriented programming?

Answers

Answered by paras692
0
A method is a procedure associated with a class and defines the behavior of the objects that are created from the class. ... Object-oriented programming uses a number of core concepts: abstraction, encapsulation, inheritance and polymorphism. These concepts are implemented using classes, objects and methods
Similar questions