Computer Science, asked by lakraanish56, 11 months ago

behavior are the medium of inter object communicat​

Answers

Answered by subhadra53
3

Answer:

Well, a class is the place where you can identify the behaviors and properties of an Object. ... So, Objects from the same blueprint, or more formally the same class, share the same properties and behaviors. However, even they share the same Class, each Object instantiated from this Class is independent on the other.

Answered by Thûgłife
3

Explanation:

The behavior of an object is defined by its methods, which are the functions and subroutines defined within the object class. ... Methods determine what type of functionality a class has, how it modifies its data, and its overall behavior

Similar questions