Skip to content

Commit

Permalink
docs: link to issue #66
Browse files Browse the repository at this point in the history
  • Loading branch information
jwonyLee authored Feb 16, 2021
1 parent f4dbb38 commit f2eb7c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ From [JeaSungLEE/iOSInterviewquestions](https://github.com/JeaSungLEE/iOSIntervi
- [강한 순환 참조 (Strong Reference Cycle) 는 어떤 경우에 발생하는지 설명하시오.](../../issues/63)
- [특정 객체를 autorelease 하기 위해 필요한 사항과 과정을 설명하시오.](../../issues/64)
- [Autorelease Pool을 사용해야 하는 상황을 두 가지 이상 예로 들어 설명하시오. ](../../issues/65)
- 다음 코드를 실행하면 어떤 일이 발생할까 추측해서 설명하시오.
Ball *ball = [[[[Ball alloc] init] autorelease] autorelease];
- [다음 코드를 실행하면 어떤 일이 발생할까 추측해서 설명하시오. `Ball *ball = [[[[Ball alloc] init] autorelease] autorelease];`](../../issues/66)

## Functional Programming
- 함수형 프로그래밍이 무엇인지 설명하시오.
Expand Down

0 comments on commit f2eb7c3

Please sign in to comment.