2.4k questions

2.4k answers

96.1k users

6 Online Users
0 Member 6 Guest
Today Visits : 1995
Yesterday Visits : 2089
Total Visits : 2362417

Categories

Notice

Dear All, These are my answers from Quora and primarily Google; please check the answer and from others sites; the answers are free and without any liability.To make a decision, write down all of the positives and negatives on a piece of paper.Thank you,

Elias Katsaniotis, MSc

Information

Viktoria Katsanioti,

Kaliningrad,

Russia,

matizegr@yahoo.com

0 votes
59 views
in oop php what is a class?
in General by (46.5k points)

1 Answer

0 votes

What is a class in OOP?

In object-oriented programming, a class is a template definition of the methods and variables in a particular kind of object. Thus, an object is a specific instance of a class; it contains real values instead of variables. The class is one of the defining ideas of object-oriented programming.

by (46.5k points)
...