Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C++ ではアーリー バインディングとレイト バインディングはどのように見えますか? 例を挙げていただけますか?
関数のオーバーロードは早期バインディングであり、仮想関数は遅延バインディングであると読みました。「早期(または静的)バインディングはコンパイル時のバインディングを指し、遅延(または動的)バインディングはランタイムバインディングを指します」と読みました。