1. default modifier in class memeber without apparent declation is public or puhlished?
2. i see the declaration like this
B has no type indentity. what's the B or any type?
3. i see the definition of one class method
in my comprehension i look class precodure B as the static method of the class A. so complier should not carry self pointer to it.
i can't find the mannul about these questions.
thanks a lot to anyone reply.
way to gold shines more than gold
2. i see the declaration like this
Code:
procedure A(var B);
3. i see the definition of one class method
Code:
class procedure A.B(P: A);
begin
if Self<>P then ...
end;
i can't find the mannul about these questions.
thanks a lot to anyone reply.
way to gold shines more than gold