45.4k views
3 votes
Within any object-oriented program, you continuously make requests to an object's methods, often including arguments as part of those requests.a. true.b. false.

User Jshbrmn
by
6.0k points

1 Answer

2 votes

Answer:

Answer to the following question is True.

Step-by-step explanation:

Because this is the principle of an object-oriented programming(OOPs).

Generally, there are the four basic concepts or principles of the OOPs.

  1. First is Encapsulation.
  2. Second is Abstraction.
  3. Third is Inheritance.
  4. Fourth is Polymorphism.

OOPs is the type of writing the programs by using their ideas and by following the concepts or the principles of the object-oriented program of objects for representing the methods, data members and the member functions.

User Huda
by
5.5k points