Mi az object magyar megfelelője ebben a kontextusban?
Sosem hallottam még ezt a dolgot objectnek nevezni, objectként eddig csak osztálypéldányról hallottam.
Clazz alma = new Clazz(); // alma contain is one instance of class
Clazz korte = new Clazz(); // korte contain is another instance of class
vagy hívhatom annak is, hogy az:
alma referancia egy "instance of class"-nak.
körte referancia egy másik "instance of class"-nak.
A kérdés nem az osztálypéldányról szól. Nyissátok meg a linket, és olvassátok el. Tudom mi az az osztály, és tudom mi az az objektum. Értelmezni kéne a kérdést.
Az volt a kérdés, hogyha egy osztály példányát objektumnak nevezzük, akkor nem megtévesztő-e egy memóriacellát vagy mi a tökömet is annak nevezni.
"In C++, direct memory access is not allowed. Instead, we access memory indirectly through an object. An object is a region of storage (usually memory) that has a value and other associated properties (that we’ll cover in future lessons). When an object is defined, the compiler automatically determines where the object will be placed in memory.
Objects can be named or unnamed (anonymous). A named object is called a variable, and the name of the object is called an identifier. In our programs, most of the objects we create will be variables.
In general programming, the term object typically refers to a variable, data structure in memory, or function. In C++, the term object has a narrower definition that excludes functions."
Kapcsolódó kérdések:
Minden jog fenntartva © 2024, www.gyakorikerdesek.hu
GYIK | Szabályzat | Jogi nyilatkozat | Adatvédelem | Cookie beállítások | WebMinute Kft. | Facebook | Kapcsolat: info(kukac)gyakorikerdesek.hu
Ha kifogással szeretne élni valamely tartalommal kapcsolatban, kérjük jelezze e-mailes elérhetőségünkön!