------methods can be called directly - without creating an instance of the class first.

🎲 Try a Random Question  |  Total Questions in Quiz: 61  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Web Development Practice Test: OOP (Object-Oriented Programming) Using PHP — practice the complete quiz, review flashcards, or try a random question.

Object-oriented programming is a programming model organized around Object rather than the actions and data rather than logic.

Abstraction, encapsulation, inheritance, and polymorphism are four of the main principles of object-oriented programming.


------methods can be called directly - without creating an instance of the class first.