문제

We all know that there is always a reference from symbol table to type table but recerse case can also happen. Means can type table reference back to symbol table? If yes, please provide example.

도움이 되었습니까?

해결책

If you define a new type you usually give it a name, so this name, as a symbol, will be referenced from the type table.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top