-
C언어& C++ 다형성Polymorphism코딩Coding/C++__C언어 2023. 5. 23. 06:34728x90
https://m.blog.naver.com/sky930425/222392263590
C언어는 절차지향? 객체지향?
정리하면서 참고한 블로그, 코드를 봐야 이해하기 쉬움!! https://www.kernelpanic.kr/11 https://www.kern...
blog.naver.com
다형성Polymorphism
C++
https://marmelo12.tistory.com/m/285[C++ 객체지향] 다형성(Polymorphism)
다형성(Polymorphism) 객체지향 프로그래밍에서의 다형성은 간단히 말해 모습은 같은데 형태는 다른 것을 의미한다. 다형성을 뜻하는 영어 단어인 Polymorphism은 여러 개를 의미하는 'poly'와 모습 및
marmelo12.tistory.com
반응형'코딩Coding > C++__C언어' 카테고리의 다른 글
What is the difference between a mixin and inheritance? (0) 2023.06.14 How can I compile with LLVM/Clang to RISC-V target? (0) 2023.06.13 What is a designated initializer in C? (0) 2023.06.13 Overview of C statements (0) 2023.05.28 C언어 문자열 배열 선언하기(C에는 String형이 없다??) & 문자열(string)을 배열에 넣기 (0) 2023.05.22 C언어 11-2 : 포인터 사용 예 간단 설명(뒤에서 더 자세히 설명) (2) 2023.05.21 Smile Han의 C 언어 프로그래밍 (0) 2023.05.04 C++ Full Course for free ⚡️(6hr) (0) 2023.05.01