問題タブ [static-binding]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
43 参照

c++ - C++: 仮想メソッドのオーバーライドよりもメソッドの再定義が優先されるのはいつですか?

オブジェクトが動的に作成されていない場合、仮想メソッドは静的にバインドされますか?

仮想メソッドが両方の長所を備えている場合 (必要に応じて静的バインディング動的バインディング)、非仮想メソッドを使用する意味は何ですか? どのような場合に、仮想のものよりもそれらの使用を好むでしょうか?

より良い説明のために、単純なクラス階層を含めました。

基本クラス:

派生クラス: